From 6b2c16db9f24b007eef3312801a199ba2fa31bbe Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:29:02 +0200 Subject: [PATCH] make URL routes simpler --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 86d21cee..d2cddc84 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,8 @@ collections: output: true custom_permalink_placeholders: ["publisher"] #permalink: "/:publisher/:title" + posts: + permalink: /blog/:year/:month/:day/:title defaults: - scope: @@ -40,7 +42,7 @@ defaults: - scope: path: "" values: - layout: "default" + layout: "content" plugins: - jekyll-seo-tag