mikaela.github.io/blog/index.md

36 lines
971 B
Markdown
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 11:31:23 +02:00
<ul style="text-align: center; list-style-type: none">
<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 11:31:23 +02:00
<h2 id="in-english" style="text-align: right;">In English</h2>
2014-12-30 08:04:02 +01:00
2024-05-31 11:31:23 +02:00
{% for post in site.categories.english %}
2016-04-08 12:25:19 +02:00
2024-05-31 11:31:23 +02:00
<p style="text-align: right;"><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></p>
<p><em>{{ post.excerpt | strip_html }}</em></p>
{% endfor %}
2014-12-30 08:04:02 +01:00
2024-05-30 08:05:52 +02:00
</div><div lang="fi">
2024-05-31 11:31:23 +02:00
<h2 id="suomeksi" style="text-align: right;">suomeksi</h2>
2014-12-30 08:04:02 +01:00
2024-05-31 11:31:23 +02:00
{% for post in site.categories.english %}
2016-04-08 12:25:19 +02:00
2024-05-31 11:31:23 +02:00
<p style="text-align: right;"><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></p>
<p><em>{{ post.excerpt | strip_html }}</em></p>
{% endfor %}