From a927d0e9d7777d0125761443a09d6460aeb73708 Mon Sep 17 00:00:00 2001 From: jk Date: Mon, 25 May 2020 22:02:04 +0100 Subject: [PATCH] udpating rss to hopefully at link to text --- layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 30d6c2ff..cae2c896 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -19,7 +19,7 @@ {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} - {{ printf .Content ."(". .Permalink .")" | html }} + {{ .Content | html }}

({{ .Permalink }})

{{ end }}