From e23a873434873c23863befa4309196177a48e6fb Mon Sep 17 00:00:00 2001 From: CDN18 Date: Tue, 24 Sep 2024 15:57:36 +0800 Subject: [PATCH] feat: Follow RSS Claim --- layouts/index.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }}