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
commit6e1fa875cb6ca735b29c7846a34315a3086bda38 (patch)
tree4c761f0ca1e7c106b75ee6b5f4a0f5b08c03c1fb /themes/default/layouts/_default/baseof.html
parent14fca032762fc1c92c3e6798aa1c628b1151d443 (diff)
downloadcanory-6e1fa875cb6ca735b29c7846a34315a3086bda38.tar.gz
canory-6e1fa875cb6ca735b29c7846a34315a3086bda38.tar.bz2
canory-6e1fa875cb6ca735b29c7846a34315a3086bda38.zip
themes/default/layouts/_default/baseof: More granularity with footer
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index a582805..fa386be 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -35,12 +35,14 @@
<column-base position="middle">
{{- block "header" . -}}{{- end -}}
- <main id="main">
- {{- block "middle" . -}}
- <footer>Silence is golden.</footer>
- {{- end -}}
- </main>
- {{- partial "base-footer.html" . -}}
+ <main id="main">
+ {{- block "middle" . -}}
+ <footer>Silence is golden.</footer>
+ {{- end -}}
+ </main>
+ {{- block "footer" . -}}
+ {{- partial "base-footer.html" . -}}
+ {{- end -}}
</column-base>
<column-base position="right">