mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-28 23:39:25 +01:00
blog: fix Finnish post list
This commit is contained in:
parent
3b1bbc268a
commit
a76ffcfcf6
@ -28,8 +28,9 @@ robots: noai
|
|||||||
|
|
||||||
<h2 id="suomeksi" style="text-align: right;">suomeksi</h2>
|
<h2 id="suomeksi" style="text-align: right;">suomeksi</h2>
|
||||||
|
|
||||||
{% for post in site.categories.english %}
|
{% for post in site.categories.finnish %}
|
||||||
|
|
||||||
<p style="text-align: right;"><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></p>
|
<p style="text-align: right;"><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></p>
|
||||||
<p><em>{{ post.excerpt | strip_html }}</em></p>
|
<p><em>{{ post.excerpt | strip_html }}</em></p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user