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"
|
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"]
|
||||||
|
|
Loading…
Reference in a new issue