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 }}
|