diff --git a/blog/_posts/2016-03-27-puhelimet-kellojen-siirto-pysyvasti.md b/blog/_posts/2016-03-27-puhelimet-kellojen-siirto-pysyvasti.md index 80ba391..be36031 100644 --- a/blog/_posts/2016-03-27-puhelimet-kellojen-siirto-pysyvasti.md +++ b/blog/_posts/2016-03-27-puhelimet-kellojen-siirto-pysyvasti.md @@ -1,7 +1,7 @@ --- layout: post comments: true -title: "Mitä puhelimet tekisivät jos kelloja siirrettäisiin pysyvästi" +title: "Mitä puhelimet tekisivät jos kelloja siirrettäisiin pysyvästi?" category: [finnish] tags: [ diff --git a/blog/index.html b/blog/index.html index f588c87..63dfede 100644 --- a/blog/index.html +++ b/blog/index.html @@ -17,19 +17,16 @@ robots: noai

In English

{% for post in site.categories.english %} -

- {{ post.date | date: "%F" }}: - {{ post.title }} -

- {{ post.excerpt | markdownify }} {% endfor %} +

{{ post.title }}

+

{{ post.date | date: "%F" }}: {{ post.excerpt | strip_html }}

+ {% endfor %}
+

suomeksi

{% for post in site.categories.finnish %} -

- {{ post.date | date: "%F" }}: - {{ post.title }} -

- {{ post.excerpt | markdownify }} {% endfor %} +

{{ post.title }}

+

{{ post.date | date: "%F" }}: {{ post.excerpt | strip_html }}

+ {% endfor %}
diff --git a/n/index.html b/n/index.html index 3b7c61a..d81be11 100644 --- a/n/index.html +++ b/n/index.html @@ -32,8 +32,9 @@ robots: noai {% assign notes = site.pages | where_exp: "page", "page.path contains 'n/'" %} {% for note in notes %} {% if note.sitemap == true %} +

{{note.title}}

- {{ note.url | split: ".html" }} - {{note.title}} + {{ note.url | split: ".html" }} - {{ + note.excerpt | strip_html }}

-

{{ note.excerpt | strip_html }}

{% endif %} {% endfor %}