Add 'noPostNavigation' option to hide next/previous post links

This commit is contained in:
francium
2020-04-18 13:05:25 -04:00
committed by Carson Ip
parent 5d01f8158c
commit 58e5c7dbb6
2 changed files with 10 additions and 0 deletions

View File

@@ -51,6 +51,14 @@ paginate = 10
smartToc = true
```
### Post Navigation
```
[params]
noPostNavigation = true
```
This option disables links to next and previous post at the bottom of posts.
### Disqus
```
disqusShortname = "xxxxxx"