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:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user