add dates to permalinks for notes/recipes (content)
This commit is contained in:
parent
79ac658938
commit
a37c73b5c9
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue