blog: further improve formatting

This commit is contained in:
Aminda Suomalainen 2015-07-11 12:11:42 +03:00
parent b4c7e77ddf
commit 340bd867df
1 changed files with 11 additions and 7 deletions

View File

@ -5,8 +5,7 @@ permalink: /blog/
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
---
* [in Finnish / Suomeksi](#suomeksi)
* [in English / Englanniksi](#in-english)
* [Posts in Finnish / Suomenieliset kirjoitukset](#suomeksi)
## In English
@ -14,21 +13,26 @@ excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu,
{% for post in site.categories.english %}
<li>
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
<p><em>{{ post.excerpt | strip_html }}</p></em>
</li>
<ul>
<li>
<p><em>{{ post.excerpt | strip_html }}</em></p>
</li>
</ul>
{% endfor %}
</ul>
* [in Finnish / Suomeksi](#suomeksi)
* [in English / Englanniksi](#in-english)
## Suomeksi
<ul>
{% for post in site.categories.finnish %}
<li>
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
<p><em>{{ post.excerpt | strip_html }}</p></em>
</li>
<ul>
<li>
<p><em>{{ post.excerpt | strip_html }}</em></p>
</li>
</ul>
{% endfor %}
</ul>