blog: add exceprts

This commit is contained in:
Aminda Suomalainen 2015-07-11 11:44:52 +03:00
parent d31893977f
commit 051bd40f10
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Posts in English:
{% for post in site.categories.english %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
@ -21,6 +22,7 @@ Postaukset suomeksi:
{% for post in site.categories.finnish %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>