From a37c73b5c94f849e851a589b5812906e76387e07 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 4 Dec 2022 12:36:40 -0500 Subject: [PATCH] add dates to permalinks for notes/recipes (content) --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 185b900..666719f 100644 --- a/config.toml +++ b/config.toml @@ -12,8 +12,8 @@ pygmentscodefencesguesssyntax = true pygmentsOptions = "linenos=table" [permalinks] -recipes = "/recipes/:title" -notes = "/notes/:title" +recipes = "/recipes/:year/:month/:title" +notes = "/notes/:year/:month/:title" [outputs] home = ["HTML", "RSS", "JSON"]