Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrancium <francium@francium.cc>2020-04-18 20:05:25 +0300
committerCarson Ip <carsonip@users.noreply.github.com>2020-04-21 16:23:00 +0300
commit58e5c7dbb625c52b691e2eb488811088bb12fc72 (patch)
tree141f0f6acfd0943f0cb96328ad6b884f9dcf8254 /README.md
parent5d01f8158c56a577c3ecb4988367887b28c13d86 (diff)
Add 'noPostNavigation' option to hide next/previous post links
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 095f99f..c4565a5 100644
--- a/README.md
+++ b/README.md
@@ -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"