mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:25:30 -04:00
global header/navbar on all pages like a grown-up website (#17)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "blog-header.html" . }}
|
||||
<main id="archive">
|
||||
<main id="list">
|
||||
{{- range (where .Site.RegularPages "Type" "notes").GroupByDate "2006" }}
|
||||
<section class="year">
|
||||
<h2>{{ .Key }}</h2>
|
||||
@@ -15,5 +14,4 @@
|
||||
</section>
|
||||
{{- end }}
|
||||
</main>
|
||||
{{ partial "blog-footer.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
Reference in New Issue
Block a user