blog: use detailed table

This commit is contained in:
Aminda Suomalainen 2024-05-31 14:05:34 +03:00
parent 9409a7985f
commit 12891560e0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 8 additions and 7 deletions

View File

@ -18,20 +18,21 @@ robots: noai
<h2 id="in-english">In English</h2>
<ul style="list-style-type: none">
<dl>
{% for post in site.categories.english %}
<li><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></li>
<ul style="list-style-type: none"><li><em>{{ post.excerpt | strip_html }}</li></ul>
<dt><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></dt>
<dd><em>{{ post.excerpt | strip_html }}</dd>
{% endfor %}
</ul>
</dl>
</div><div lang="fi">
<h2 id="suomeksi">suomeksi</h2>
<ul style="list-style-type: none">
<dl>
{% for post in site.categories.finnish %}
<li><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></li>
<ul style="list-style-type: none"><li><em>{{ post.excerpt | strip_html }}</li></ul>
<dt><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></dt>
<dd><em>{{ post.excerpt | strip_html }}</dd>
{% endfor %}
</dl>
</div>