adding tags and categories

This commit is contained in:
Holger Reinhardt 2016-01-04 13:09:07 +01:00
parent 1c960f4aa8
commit a488bb0f59
16 changed files with 182 additions and 8 deletions

View file

@ -3,7 +3,7 @@ layout: default
---
<div class="posts">
{% for post in site.posts %}
{% for post in site.posts limit: 6 %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
@ -15,4 +15,6 @@ layout: default
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
<a href="/blog/" class="pull-right">more <i class="fa fa-long-arrow-right"></i></a>
</div>