aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-head.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-01-12 22:11:55 -0500
committertdro <tdro@noreply.example.com>2023-01-12 22:11:55 -0500
commit78fc8c3acfd493652e88d91fd9380d9d0e5fd80e (patch)
tree2d9e0d77e1e5ec077920922b12b55b6d77cdd87a /themes/default/layouts/partials/base-head.html
parent3adbe20402da7a59f13031c6094bb165d835a2b0 (diff)
downloadcanory-78fc8c3acfd493652e88d91fd9380d9d0e5fd80e.tar.gz
canory-78fc8c3acfd493652e88d91fd9380d9d0e5fd80e.tar.bz2
canory-78fc8c3acfd493652e88d91fd9380d9d0e5fd80e.zip
themes/default/layouts/partials/base-head: Add rel canonical
Diffstat (limited to 'themes/default/layouts/partials/base-head.html')
-rw-r--r--themes/default/layouts/partials/base-head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/base-head.html b/themes/default/layouts/partials/base-head.html
index d9fb645..53d1fbc 100644
--- a/themes/default/layouts/partials/base-head.html
+++ b/themes/default/layouts/partials/base-head.html
@@ -53,6 +53,9 @@
<!-- Feed Discovery -->
{{- partial "base-discovery.html" . -}}
+<!-- Canonicalization -->
+{{- partial "base-canonical.html" . -}}
+
<!-- Style Sheets & Scripts -->
{{- $index := resources.Get "js/index.js" -}}
{{- $default := resources.Get "css/default.css" -}}