Merge pull request #73 from JPYamamoto/master

Added option to disable Read Other Posts
This commit is contained in:
Djordje Atlialp 2019-11-14 16:31:38 +01:00 committed by GitHub
commit a776f83fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -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>