mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 12:12:37 +01:00
blog: further improve formatting
This commit is contained in:
parent
b4c7e77ddf
commit
340bd867df
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user