1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:25:30 -04:00

re-organize templates (use baseof.html)

This commit is contained in:
2019-12-02 18:47:44 -05:00
parent e8bf1881c8
commit 0b62be6226
22 changed files with 202 additions and 209 deletions

View File

@@ -1,4 +1,4 @@
{{ partial "header.html" . }}
{{ define "main" }}
<main id="list">
{{- range (where .Site.RegularPages "Type" "notes").GroupByDate "2006" }}
<section class="year">
@@ -14,4 +14,4 @@
</section>
{{- end }}
</main>
{{ partial "footer.html" . }}
{{ end }}