1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 08:15:32 -04:00

fix breaking changes in Hugo 0.57

This commit is contained in:
2019-08-26 23:29:59 -04:00
parent 9a979a3225
commit 4cb15cbac0
4 changed files with 7 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{{ partial "header.html" . }}
{{ partial "blog-header.html" . }}
<main id="archive">
{{ range .Data.Pages.GroupByDate "2006" }}
{{ range (where .Site.RegularPages "Type" "notes").GroupByDate "2006" }}
<section class="year">
<h2>{{ .Key }}</h2>
<ul>
@@ -16,4 +16,4 @@
{{ end }}
</main>
{{ partial "blog-footer.html" . }}
{{ partial "footer.html" . }}
{{ partial "footer.html" . }}