From 76fec28e7b50bb0e0359f482c4dfb4fcea7312b6 Mon Sep 17 00:00:00 2001 From: ov7a Date: Sun, 27 Oct 2024 21:48:59 +0100 Subject: [PATCH] minor: fix permalinks --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 673bcd6..0664171 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,8 @@ commonmark: options: ["SMART", "FOOTNOTES", "UNSAFE"] extensions: ["strikethrough", "autolink", "table"] +permalink: /:year/:month/:day/:title:output_ext + pagination: enabled: true permalink: '/page:num/'