aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-22 00:36:28 -0400
committertdro <tdro@noreply.example.com>2022-07-22 00:36:28 -0400
commited919681f324ed070445cfae8f1dd662b09f81b8 (patch)
tree7f0af59b4021907b24f77e9966e7a7145dc227a6 /themes/default/layouts/_default/baseof.html
parent19a6a9bef26c6c41f3f9b6f3ceda375a8a045a30 (diff)
downloadcanory-ed919681f324ed070445cfae8f1dd662b09f81b8.tar.gz
canory-ed919681f324ed070445cfae8f1dd662b09f81b8.tar.bz2
canory-ed919681f324ed070445cfae8f1dd662b09f81b8.zip
themes/default/layouts: Name spacing and template clean up
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index 3ee2e03..b85497e 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -3,10 +3,10 @@
<head>
<title>
{{- block "title" . -}}{{- end -}}
- {{- partial "site-title.html" . -}}
+ {{- partial "base-title.html" . -}}
</title>
- <meta name="description" content="{{- partial "site-description.html" . -}}">
- {{- partial "head.html" . -}}
+ <meta name="description" content="{{- partial "base-description.html" . -}}">
+ {{- partial "base-head.html" . -}}
{{- block "styles" . -}}{{- end -}}
</head>
<body>
@@ -21,7 +21,7 @@
<column-middle>
<main id="main">
{{- block "middle" . -}}{{- end -}}
- {{- partial "footer.html" . -}}
+ {{- partial "base-footer.html" . -}}
</main>
</column-middle>