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/
|
2024-06-19 07:19:44 +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>
|
2024-06-19 07:19:44 +02:00
|
|
|
Posts
|
|
|
|
<a
|
|
|
|
lang="en"
|
|
|
|
href="#in-english"
|
|
|
|
>in English here</a
|
|
|
|
>
|
|
|
|
&
|
|
|
|
<a
|
|
|
|
lang="fi"
|
|
|
|
href="#suomeksi"
|
|
|
|
>suomeksi täällä</a
|
|
|
|
>.
|
2024-05-31 17:26:09 +02:00
|
|
|
</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 %}
|
2024-06-08 08:58:19 +02:00
|
|
|
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
|
|
|
<p>{{ post.date | date: "%F" }}: {{ post.excerpt | strip_html }}</p>
|
|
|
|
{% endfor %}
|
2024-05-31 17:26:09 +02:00
|
|
|
</div>
|
|
|
|
<hr />
|
2024-06-08 08:58:19 +02:00
|
|
|
<br />
|
2024-05-31 17:26:09 +02:00
|
|
|
<div lang="fi">
|
|
|
|
<h2 id="suomeksi">suomeksi</h2>
|
|
|
|
{% for post in site.categories.finnish %}
|
2024-06-08 08:58:19 +02:00
|
|
|
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
|
|
|
<p>{{ post.date | date: "%F" }}: {{ post.excerpt | strip_html }}</p>
|
|
|
|
{% endfor %}
|
2024-05-31 11:33:52 +02:00
|
|
|
</div>
|