Added option to disable Read Other Posts
This commit is contained in:
parent
b90c66b4e2
commit
40de4919b8
2 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,9 @@ disableSitemap = false
|
|||
disable404 = false
|
||||
disableHugoGeneratorInject = false
|
||||
|
||||
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||
disableReadOtherPosts = false
|
||||
|
||||
[permalinks]
|
||||
posts = "/posts/:year/:month/:title/"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue