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>
|
<h2 id="in-english">In English</h2>
|
||||||
|
|
||||||
<ul style="list-style-type: none">
|
<dl>
|
||||||
{% for post in site.categories.english %}
|
{% for post in site.categories.english %}
|
||||||
<li><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></li>
|
<dt><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></dt>
|
||||||
<ul style="list-style-type: none"><li><em>{{ post.excerpt | strip_html }}</li></ul>
|
<dd><em>{{ post.excerpt | strip_html }}</dd>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</dl>
|
||||||
|
|
||||||
</div><div lang="fi">
|
</div><div lang="fi">
|
||||||
|
|
||||||
<h2 id="suomeksi">suomeksi</h2>
|
<h2 id="suomeksi">suomeksi</h2>
|
||||||
|
|
||||||
<ul style="list-style-type: none">
|
<dl>
|
||||||
{% for post in site.categories.finnish %}
|
{% for post in site.categories.finnish %}
|
||||||
<li><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></li>
|
<dt><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></dt>
|
||||||
<ul style="list-style-type: none"><li><em>{{ post.excerpt | strip_html }}</li></ul>
|
<dd><em>{{ post.excerpt | strip_html }}</dd>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user