From 5832abf7cc58b68732eab348659ec423c7fcba5a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 9 Mar 2020 21:50:51 +0100 Subject: [PATCH] Create a new section for the dates, makes for nicer URIs. --- config.toml | 2 +- content/{posts/termin => termine}/2020-maerz.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename content/{posts/termin => termine}/2020-maerz.md (100%) diff --git a/config.toml b/config.toml index 896099e..4964130 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ pygmentsCodefencesGuessSyntax = true [Params] homeTitle = "Digitale Selbstverteidigung in Hamburg" - mainSections = ["post","posts"] + mainSections = ["post", "posts", "termine"] logo = "img/logo.svg" # Expecting square dimensions favicon = "img/favicon.ico" dateFormat = "January 2, 2006" diff --git a/content/posts/termin/2020-maerz.md b/content/termine/2020-maerz.md similarity index 100% rename from content/posts/termin/2020-maerz.md rename to content/termine/2020-maerz.md