Update home.html

This commit is contained in:
Darks 2017-05-23 00:51:44 +02:00
parent a9cb94ac95
commit b6bc2fc22c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{% for post in site.posts %}
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<h2>{{ post.title }}</h2>
<a href="{{ post.url }}"><h2>{{ post.title }}</h2></a>
{{ post.content }}
</article>
{% endfor %}