blog: fix Finnish post list

This commit is contained in:
Aminda Suomalainen 2024-05-31 12:33:52 +03:00
parent 3b1bbc268a
commit a76ffcfcf6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,9 @@ robots: noai
<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><em>{{ post.excerpt | strip_html }}</em></p>
{% endfor %}
</div>