From e919c83fd5175da922e0f05cbab98819e9dac469 Mon Sep 17 00:00:00 2001 From: rohan kumar Date: Wed, 25 Nov 2020 00:24:45 -0800 Subject: [PATCH] Add a canonical URL Since there's another version of the site on my tilde serving as a staging area, I should specify a canonical version of the site to avoid duplicate entries in search results. --- themes/etch-custom/layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/etch-custom/layouts/partials/head.html b/themes/etch-custom/layouts/partials/head.html index 06da906..244b857 100644 --- a/themes/etch-custom/layouts/partials/head.html +++ b/themes/etch-custom/layouts/partials/head.html @@ -5,7 +5,8 @@ {{ end }} {{ printf `` ("favicon.png" | absURL) | safeHTML }} - + + {{ $resources := slice -}}