devel_custom_hugo_theme to master #4

Manually merged
stefan merged 44 commits from devel_custom_hugo_theme into master 2020-03-16 18:22:11 +00:00
Showing only changes of commit e40dfb9c53 - Show all commits

View File

@ -1,15 +1,10 @@
{{ define "main" }} {{ define "main" }}
<article class="pa3 pa4-ns nested-copy-line-height nested-img">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
{{- .Content -}}
</section>
<section class="flex-ns flex-wrap justify-around mt5">
{{ range .Paginator.Pages }}
<div class="relative w-100 w-30-l mb4 bg-white">
</div> {{- .Content -}}
{{ end }} <div class="list-group">
</section> {{ range .Paginator.Pages }}
{{- template "_internal/pagination.html" . -}} <a class="list-group-item list-group-item-action" href="{{.Permalink}}">{{.Title}}</a>
</article> {{ end }}
</div>
{{ end }} {{ end }}