mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
blog: use detailed table
This commit is contained in:
parent
9409a7985f
commit
12891560e0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user