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 --- assets/templates/markdown-feed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/templates/markdown-feed.yaml b/assets/templates/markdown-feed.yaml index 9c187a6..fbe763b 100644 --- a/assets/templates/markdown-feed.yaml +++ b/assets/templates/markdown-feed.yaml @@ -22,7 +22,7 @@ feed: --- {{ $content := .content | replaceRE "{" "{" | replaceRE "}" "}" -}} -{{ $content }} [{{ .domain }}]({{ .link }}) +{{ $content }} {{- $enclosureDescription := "Image/Picture" -}} {{- with $content -}} -- cgit v1.2.3