X-Git-Url: https://git.xangelo.ca/?p=xangelo.ca.git;a=blobdiff_plain;f=layouts%2Fposts%2Frss.xml;fp=layouts%2Fposts%2Frss.xml;h=7b0c6c763f3980e90ef71e28176c26d81849f9fe;hp=e49c96650309da32c063fc495aab8bf1bc953d41;hb=926a5b37c2691a8878fe2fed0f52ffd3d7e82c24;hpb=ce319aa570a8c36f5b72bff862feb3a00e0de64c diff --git a/layouts/posts/rss.xml b/layouts/posts/rss.xml index e49c966..7b0c6c7 100644 --- a/layouts/posts/rss.xml +++ b/layouts/posts/rss.xml @@ -14,7 +14,7 @@ {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} - {{ .Permalink }} + {{ .Site.BaseURL }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}}{{ with .Site.Author.email }} @@ -29,7 +29,7 @@ {{ .Title }} {{ .Permalink }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0400" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Content | html }}