hugo-theme-hyde-hyde/layouts/partials/post-meta-after.html
2018-07-16 13:22:00 +10:00

13 lines
No EOL
346 B
HTML

<div class="page__nav">
<hr>
<span class="pull-right">
{{ with .Prev -}}
<span>Next: <a href="{{ .RelPermalink }}">{{ .Title }}</a></span>
{{- end }}
</span>
<span>
{{ with .Next -}}
<span>Previous: <a href="{{ .RelPermalink }}">{{ .Title }}</a></span>
{{- end }}
</span>
</div>