From 5983b3900510f97a9e517344655cdc6227ef52d7 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 7 Dec 2022 16:58:47 -0500 Subject: themes/default/layouts/partials/meta-view: Link to the feed canonical source Remove links in content --- themes/default/layouts/partials/meta-view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/default/layouts/partials/meta-view.html b/themes/default/layouts/partials/meta-view.html index 6ec5d31..6936da7 100644 --- a/themes/default/layouts/partials/meta-view.html +++ b/themes/default/layouts/partials/meta-view.html @@ -1,4 +1,4 @@ -{{- $href := print .Permalink -}} +{{- $href := or .Params.Feed.link .Permalink -}} {{- /* This comment removes trailing newlines and white spaces. */ -}} -- cgit v1.2.3