summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-02-27 18:53:08 +0100
committerHarald Eilertsen <haraldei@anduin.net>2021-02-27 18:53:08 +0100
commitcc18c262d01f4f4f73f41b8ca452db28fdba2cc6 (patch)
treeeacbb9675ae58554443b931b2a511845cea51d3a
parent63c4d48dd9046f1e4c6985bc5993c77dad88b731 (diff)
downloadrabalderz-cc18c262d01f4f4f73f41b8ca452db28fdba2cc6.tar.gz
rabalderz-cc18c262d01f4f4f73f41b8ca452db28fdba2cc6.tar.bz2
rabalderz-cc18c262d01f4f4f73f41b8ca452db28fdba2cc6.zip
Sort sections by date.
This used to be default, but obviously not anymore.
-rw-r--r--content/blog/_index.en.md1
-rw-r--r--content/blog/_index.md1
-rw-r--r--content/film/_index.en.md1
-rw-r--r--content/film/_index.md1
-rw-r--r--content/lit/_index.en.md1
5 files changed, 5 insertions, 0 deletions
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"
+++