1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add email to each atom entry

This commit is contained in:
Rohan Kumar 2023-12-13 02:38:03 -08:00
parent 8f488a7671
commit 42978f527c
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -75,7 +75,11 @@
<id>{{ .Permalink }}</id>
<published>{{ .Date.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</published>
<updated>{{ .Lastmod.UTC.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
<author><name>{{ .Site.Author.name }}</name><uri>https://seirdy.one/</uri></author>
<author>
<name>{{ .Site.Author.name }}</name>
<uri>https://seirdy.one/</uri>
<email>{{ .Site.Author.email }}</email>
</author>
<rights type="text">Copyright © {{ now.Year }} Rohan Kumar</rights>
<link rel="license" type="application/rdf+xml" href="https://creativecommons.org/licenses/by-sa/4.0/rdf" />
{{- with .Params.replyURI -}}