2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
layout: page
|
2014-12-30 07:41:03 +01:00
|
|
|
title: Blog
|
2016-12-15 11:22:53 +01:00
|
|
|
navigation: true
|
2014-12-30 07:28:45 +01:00
|
|
|
permalink: /blog/
|
2015-05-03 10:14:24 +02:00
|
|
|
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
|
2024-05-31 05:29:21 +02:00
|
|
|
robots: noai
|
2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
|
2024-05-31 17:26:09 +02:00
|
|
|
<p>
|
|
|
|
Posts <a lang="en" href="#in-english">in English here</a> &
|
|
|
|
<a lang="fi" href="#suomeksi">suomeksi täällä</a>.
|
|
|
|
</p>
|
|
|
|
<hr />
|
2024-05-30 08:05:52 +02:00
|
|
|
<div lang="en">
|
2024-05-31 17:26:09 +02:00
|
|
|
<h2 id="in-english">In English</h2>
|
2024-05-30 08:05:52 +02:00
|
|
|
|
2024-05-31 17:26:09 +02:00
|
|
|
{% for post in site.categories.english %}
|
|
|
|
<p>
|
|
|
|
<em>{{ post.date | date: "%F" }}:</em>
|
|
|
|
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
|
|
|
|
</p>
|
|
|
|
{{ post.excerpt | markdownify }} {% endfor %}
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div lang="fi">
|
|
|
|
<h2 id="suomeksi">suomeksi</h2>
|
|
|
|
{% for post in site.categories.finnish %}
|
|
|
|
<p>
|
|
|
|
<em>{{ post.date | date: "%F" }}:</em>
|
|
|
|
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
|
|
|
|
</p>
|
|
|
|
{{ post.excerpt | markdownify }} {% endfor %}
|
2024-05-31 11:33:52 +02:00
|
|
|
</div>
|