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

7 lines
280 B
HTML
Raw Permalink Normal View History

2018-01-11 09:16:05 +04:00
{{ if not .Params.meta }}
{{ with .PrevInSection }}
<a class="button is-pulled-left" href="{{.Permalink}}">← {{ .Title }}</a>
{{ end }} {{ with .NextInSection }}
2018-01-13 03:38:00 +04:00
<a class="button is-pulled-right" href="{{.Permalink}}">{{ .Title }} →</a>
2018-01-11 09:16:05 +04:00
{{ end }}
2018-01-13 03:38:00 +04:00
{{ end }}