mikaela.github.io/blog/index.html

38 lines
1000 B
HTML
Raw Normal View History

---
layout: page
2014-12-30 07:41:03 +01:00
title: Blog
navigation: true
permalink: /blog/
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
2024-05-30 08:05:52 +02:00
lang: en
robots: noai
---
2024-05-31 12:13:12 +02:00
<ul style="list-style-type: none">
2024-05-31 11:31:23 +02:00
<li>Posts</li>
<li><a lang="en" href="#in-english">In English</a></li>
<li><a lang="fi" href="#suomeksi">suomeksi</a></li>
</ul>
2024-05-29 10:18:10 +02:00
2024-05-30 08:05:52 +02:00
<div lang="en">
2024-05-31 12:13:12 +02:00
<h2 id="in-english">In English</h2>
2014-12-30 08:04:02 +01:00
2024-05-31 12:13:12 +02:00
<ul style="list-style-type: none">
2024-05-31 11:31:23 +02:00
{% for post in site.categories.english %}
2024-05-31 12:13:12 +02:00
<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>
2024-05-31 11:31:23 +02:00
{% endfor %}
2024-05-31 12:13:12 +02:00
</ul>
2014-12-30 08:04:02 +01:00
2024-05-30 08:05:52 +02:00
</div><div lang="fi">
2024-05-31 12:13:12 +02:00
<h2 id="suomeksi">suomeksi</h2>
2014-12-30 08:04:02 +01:00
2024-05-31 12:13:12 +02:00
<ul style="list-style-type: none">
2024-05-31 11:33:52 +02:00
{% for post in site.categories.finnish %}
2024-05-31 12:13:12 +02:00
<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>
2024-05-31 11:31:23 +02:00
{% endfor %}
2024-05-31 11:33:52 +02:00
</div>