aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commit439f785119a51696b2e42c863c9daa27ed8d3b69 (patch)
tree0d45f13f754b78b63aa6b83512c74f9b7788b63d /themes/default/layouts/_default/baseof.html
parent77f6dfc5b8d98b2d47788988eb4bcf7449f8f782 (diff)
downloadcanory-439f785119a51696b2e42c863c9daa27ed8d3b69.tar.gz
canory-439f785119a51696b2e42c863c9daa27ed8d3b69.tar.bz2
canory-439f785119a51696b2e42c863c9daa27ed8d3b69.zip
themes/default/layouts/_default/baseof: Rebase columns
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index d479454..e2b05fe 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -28,24 +28,24 @@
<a href="#main">Skip to main content</a>
</skip-link>
- <column-left>
+ <column-base position="left">
{{- partial "navigator-left.html" . -}}
- </column-left>
+ </column-base>
- <column-middle>
+ <column-base position="middle">
<main id="main">
{{- block "middle" . -}}
<footer>Silence is golden.</footer>
{{- end -}}
{{- partial "base-footer.html" . -}}
</main>
- </column-middle>
+ </column-base>
- <column-right>
+ <column-base position="right">
{{- block "right" . -}}
<footer>Silence is golden.</footer>
{{- end -}}
- </column-right>
+ </column-base>
</body>
</html>
{{- end -}}