From 42978f527c20c13011a5cbb770f4e52530c7c317 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 13 Dec 2023 02:38:03 -0800 Subject: [PATCH] Add email to each atom entry --- layouts/_default/list.atom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index 9363eea..2e0d340 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -75,7 +75,11 @@ {{ .Permalink }} {{ .Date.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ .Lastmod.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }} - {{ .Site.Author.name }}https://seirdy.one/ + + {{ .Site.Author.name }} + https://seirdy.one/ + {{ .Site.Author.email }} + Copyright © {{ now.Year }} Rohan Kumar {{- with .Params.replyURI -}}