aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
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 fa386be..c277115 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -18,10 +18,10 @@
<head>
<title>
{{- block "title" . -}}{{- end -}}
- {{- partial "base-title.html" . -}}
+ {{- partial "head-title.html" . -}}
</title>
- <meta name="description" content="{{- partial "base-description.html" . -}}" />
- {{- partial "base-head.html" . -}}
+ <meta name="description" content="{{- partial "head-description.html" . -}}" />
+ {{- partial "head.html" . -}}
{{- block "styles" . -}}{{- end -}}
</head>
<body>
@@ -41,7 +41,7 @@
{{- end -}}
</main>
{{- block "footer" . -}}
- {{- partial "base-footer.html" . -}}
+ {{- partial "footer.html" . -}}
{{- end -}}
</column-base>