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
1 changed files with 2 additions and 2 deletions

View File

@ -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"]