From cc18c262d01f4f4f73f41b8ca452db28fdba2cc6 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 27 Feb 2021 18:53:08 +0100 Subject: Sort sections by date. This used to be default, but obviously not anymore. --- content/blog/_index.en.md | 1 + content/blog/_index.md | 1 + content/film/_index.en.md | 1 + content/film/_index.md | 1 + content/lit/_index.en.md | 1 + 5 files changed, 5 insertions(+) diff --git a/content/blog/_index.en.md b/content/blog/_index.en.md index 7628631..e63984b 100644 --- a/content/blog/_index.en.md +++ b/content/blog/_index.en.md @@ -5,4 +5,5 @@ A blog about society, technology, internet, surveillance and other grievances. In this section I mostly write in Norwegian, but english posts can be found below. """ +sort_by = "date" +++ diff --git a/content/blog/_index.md b/content/blog/_index.md index 26d74f9..7be0422 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -5,4 +5,5 @@ En blogg om samfunn, teknologi, internett, overvåkning og annet grums. Her skriver jeg hovedsaklig på norsk, men det kan nok dukke opp en og annen engelsk tekst i ny og ne. """ +sort_by = "date" +++ diff --git a/content/film/_index.en.md b/content/film/_index.en.md index ce3b8f5..b29a567 100644 --- a/content/film/_index.en.md +++ b/content/film/_index.en.md @@ -5,4 +5,5 @@ Reviews and posts related to films and movies. Mostly in english. """ template = "film/section.html" page_template = "film/page.html" +sort_by = "date" +++ diff --git a/content/film/_index.md b/content/film/_index.md index 2052a4a..49c06e5 100644 --- a/content/film/_index.md +++ b/content/film/_index.md @@ -5,4 +5,5 @@ Omtaler og annet om film og filmrelaterte tema. Disse er hovedsaklig på engelsk """ template = "film/section.html" page_template = "film/page.html" +sort_by = "date" +++ diff --git a/content/lit/_index.en.md b/content/lit/_index.en.md index 8e2494f..00fa827 100644 --- a/content/lit/_index.en.md +++ b/content/lit/_index.en.md @@ -4,4 +4,5 @@ description = """ In this section I write about books, comics, and anything else related to literature. """ +sort_by = "date" +++ -- cgit v1.2.3