diff --git a/layouts/index.xml b/layouts/index.xml index 3a97292..86428e1 100644 --- a/layouts/index.xml +++ b/layouts/index.xml @@ -20,7 +20,11 @@ {{.}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} - {{.}}{{end}}{{ if not .Date.IsZero }} + {{.}}{{end}}{{with .Site.Author.FollowClaim.feedId }} + + {{ .Site.FollowClaim.feedId }} + {{ .Site.FollowClaim.userId }} + {{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }}