mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 06:40:16 -04:00
Check .Prev and .Next pointers before using it
This commit is contained in:
parent
eff8457ac9
commit
acd5ea0e75
@ -65,8 +65,12 @@ It makes use of [chrome templates](/layout/chrome)
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
{{ if .Prev }}
|
||||
<a class="previous" href="{{.Prev.Permalink}}"> {{.Prev.Title}}</a>
|
||||
{{ end }}
|
||||
{{ if .Next }}
|
||||
<a class="next" href="{{.Next.Permalink}}"> {{.Next.Title}}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user