aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-09 19:12:32 -0400
committertdro <tdro@noreply.example.com>2023-09-09 19:12:32 -0400
commit14fca032762fc1c92c3e6798aa1c628b1151d443 (patch)
tree8a0c52b33d5087d035cb777f6fe234a8cc276a5c /themes/default/layouts/_default/baseof.html
parenta625a207790a7d95357f8f16bb936e82464674d6 (diff)
downloadcanory-14fca032762fc1c92c3e6798aa1c628b1151d443.tar.gz
canory-14fca032762fc1c92c3e6798aa1c628b1151d443.tar.bz2
canory-14fca032762fc1c92c3e6798aa1c628b1151d443.zip
themes/default/layouts/_default/baseof: More granularity with header
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index e9f8550..a582805 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -34,12 +34,13 @@
</column-base>
<column-base position="middle">
- <main id="main">
- {{- block "middle" . -}}
- <footer>Silence is golden.</footer>
- {{- end -}}
- {{- partial "base-footer.html" . -}}
- </main>
+ {{- block "header" . -}}{{- end -}}
+ <main id="main">
+ {{- block "middle" . -}}
+ <footer>Silence is golden.</footer>
+ {{- end -}}
+ </main>
+ {{- partial "base-footer.html" . -}}
</column-base>
<column-base position="right">