Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create thca.html #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions thca.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
layout: page
title: "Cannabidiol"
author: john
categories: [ THC, tutorial ]
image: assets/images/6.jpg
---
<div class="sidebar-section">
<h5><span>Inhaltsverzeichnis</span></h5>
<ul style="list-none;">
<li><a target="_blank" href="https://m.do.co/c/84c9b45d0c47">Das Hanfblatt: Was ist CBD?</a></li>
<li><a target="blank" href="https://www.wowthemes.net/category/jekyll-themes/">Cannabis Legalisierung</a></li>
<li><a target="blank" href="https://www.wowthemes.net/category/jekyll-themes/">Cannabis auf Rezept</a></li>
<li><a target="blank" href="http://shareasale.com/r.cfm?b=875645&u=1087935&m=41388&urllink=&afftrack=">THC im Blut</a></li>
<li><a target="blank" href="https://www.wowthemes.net/affiliate-area/?utm_source=fromjekyllsidebar&utm_campaign=sidebar">THC im Urin</a></li>
<li><a target="blank" href="https://www.cloudways.com/en/pricing.php?id=153986&a_bid=005da123">THC Liquid</a></li>
</ul>
</div>

<div class="sidebar-section">
<h5><span>Aktuelle Themen zu THC</span></h5>
<ul style="list-none;">
<li><a target="blank" href="https://www.wowthemes.net/category/jekyll-themes/">THC Öl</a></li>
<li><a target="blank" href="https://www.wowthemes.net/category/jekyll-themes/">THC Liquid</a></li>
<li><a target="blank" href="http://shareasale.com/r.cfm?b=875645&u=1087935&m=41388&urllink=&afftrack=">THC im Blut</a></li>
<li><a target="blank" href="https://www.wowthemes.net/affiliate-area/?utm_source=fromjekyllsidebar&utm_campaign=sidebar">THC im Urine</a></li>
</ul>
</div>
<!-- Featured
================================================== -->
<section class="featured-posts">

<div class="section-title">
<h2><span>Hanfsamen</span></h2>
</div>

<div class="row listfeaturedtag">

{% for post in site.posts %}

{% if post.featured == true %}

{% include featuredbox.html %}

{% endif %}

{% endfor %}

</div>

</section>