Merge pull request #73 from JPYamamoto/master
Added option to disable Read Other Posts
This commit is contained in:
commit
a776f83fc1
2 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
{{- end }}
|
||||
</div>
|
||||
|
||||
{{ if or .NextInSection .PrevInSection }}
|
||||
{{ if and (not .Site.DisableReadOtherPosts) (or .NextInSection .PrevInSection) }}
|
||||
<div class="pagination">
|
||||
<div class="pagination__title">
|
||||
<span class="pagination__title-h">{{ .Site.Params.ReadOtherPosts }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue