Merge pull request 'Change permanent link config.' (#16) from change-permalink-config into master
Reviewed-on: #16
This commit is contained in:
commit
81cecfb182
|
@ -484,7 +484,7 @@ theme = "DoIt"
|
||||||
|
|
||||||
# Permalinks config
|
# Permalinks config
|
||||||
[Permalinks]
|
[Permalinks]
|
||||||
posts = ":year/:month/:filename"
|
posts = ":year/:filename"
|
||||||
|
|
||||||
# Privacy config
|
# Privacy config
|
||||||
[privacy]
|
[privacy]
|
||||||
|
|
|
@ -484,7 +484,7 @@ theme = "DoIt"
|
||||||
|
|
||||||
# Permalinks config
|
# Permalinks config
|
||||||
[Permalinks]
|
[Permalinks]
|
||||||
posts = ":year/:month/:filename"
|
posts = ":year/:filename"
|
||||||
|
|
||||||
# Privacy config
|
# Privacy config
|
||||||
[privacy]
|
[privacy]
|
||||||
|
|
Loading…
Reference in New Issue