hugo-tango-theme/layouts/partials/single_footer.html

7 lines
280 B
HTML

{{ if not .Params.meta }}
{{ with .PrevInSection }}
<a class="button is-pulled-left" href="{{.Permalink}}">← {{ .Title }}</a>
{{ end }} {{ with .NextInSection }}
<a class="button is-pulled-right" href="{{.Permalink}}">{{ .Title }} →</a>
{{ end }}
{{ end }}