hugo-theme-hyde-hyde/layouts/partials/post-meta-after.html

13 lines
346 B
HTML
Raw Normal View History

2018-07-16 03:22:00 +00:00
<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>