From 2f670db6a0620dca94c6d3942e289dc169b73f17 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Fri, 18 Oct 2024 14:48:08 -0400 Subject: [PATCH] Add support for canonical links (#1001) Co-authored-by: Emruz Hossain --- layouts/_default/baseof.html | 2 +- layouts/_default/single.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dc1850a..e9c2195 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@ {{ template "_internal/twitter_cards.html" . }} {{ block "header" . }} {{ end }} - + {{- partial "analytics.html" . -}}