Merge branch 'content' of https://github.com/mikijov/aether into mikijov-content

This commit is contained in:
Joe Hutchinson
2019-07-19 10:45:59 -04:00

View File

@@ -8,6 +8,7 @@
<p class="list-header-subtext">{{ .Description }}</p>
<h1 class="list-header-title">{{ .Title }}</h1>
</header>
{{ .Content }}
{{ $paginator := .Paginate (where .Pages "Params.displayinlist" "!=" false) -}}
{{- range $paginator.Pages -}}
{{ .Render "li" }}
@@ -21,4 +22,4 @@
{{ end -}}
{{ partial "scripts.html" . }}
</body>
</html>
</html>