Layout rework, two-column style

This commit is contained in:
2018-01-13 03:38:00 +04:00
parent db02c6922b
commit 5b5619fa57
8 changed files with 104 additions and 121 deletions

View File

@@ -1,10 +1,7 @@
{{ if not .Params.meta }}
<div class="column">
{{ 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>
<a class="button is-pulled-right" href="{{.Permalink}}">{{ .Title }} </a>
{{ end }}
</div>
{{ else }}
<br> {{ end }}
{{ end }}