add dates to permalinks for notes/recipes (content)

This commit is contained in:
KemoNine 2022-12-04 12:36:40 -05:00
parent 79ac658938
commit a37c73b5c9

View file

@ -12,8 +12,8 @@ pygmentscodefencesguesssyntax = true
pygmentsOptions = "linenos=table" pygmentsOptions = "linenos=table"
[permalinks] [permalinks]
recipes = "/recipes/:title" recipes = "/recipes/:year/:month/:title"
notes = "/notes/:title" notes = "/notes/:year/:month/:title"
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["HTML", "RSS", "JSON"]