From 1008d92e4ae5f05fdc6c62e9c2be4d9a42fb3244 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Fri, 18 Oct 2024 13:34:46 -0400 Subject: [PATCH] moved to single.html --- layouts/_default/baseof.html | 4 +--- layouts/_default/single.html | 5 ++++- layouts/partials/misc/canoncial.html | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 layouts/partials/misc/canoncial.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6798adb..e9c2195 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,9 +8,7 @@ {{ template "_internal/twitter_cards.html" . }} {{ block "header" . }} {{ end }} - {{ with .Params.relcanonical }} - {{ partial "misc/canonical.html" . }} - {{ end }} + {{- partial "analytics.html" . -}}