Fix unintentional render of empty box
This commit is contained in:
parent
848b6879b3
commit
16a63581d2
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
||||||
{{ if and (not $.Site.Params.DisableReadOtherPosts) (or .NextInSection .PrevInSection) }}
|
{{ if and (not $.Site.Params.DisableReadOtherPosts) (or .NextInSection .PrevInSection) }}
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
|
{{ if .Site.Params.ReadOtherPosts }}
|
||||||
<div class="pagination__title">
|
<div class="pagination__title">
|
||||||
<span class="pagination__title-h">{{ .Site.Params.ReadOtherPosts }}</span>
|
<span class="pagination__title-h">{{ .Site.Params.ReadOtherPosts }}</span>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<div class="pagination__buttons">
|
<div class="pagination__buttons">
|
||||||
{{ if .NextInSection }}
|
{{ if .NextInSection }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue