diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-30 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-30 00:00:00 +0000 |
commit | b0e1b8a5ef77332e77ef0c2f22caa0ee53baec9025182eeb3c81ace68843089f (patch) | |
tree | 6132ab2b6ae09c4be221ea4c9b10929ecbbfcbd99517033d5aea698b6bab95af | |
parent | e716b63ef1d06bb989b07804787494f5b3f0d36affca49db29933fcfb1ddc48a (diff) | |
download | hugo-theme-journal-b0e1b8a5ef77332e77ef0c2f22caa0ee53baec9025182eeb3c81ace68843089f.tar.gz hugo-theme-journal-b0e1b8a5ef77332e77ef0c2f22caa0ee53baec9025182eeb3c81ace68843089f.zip |
Add email to Gemini Atom feed
-rw-r--r-- | layouts/index.gemini_atom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/index.gemini_atom.xml b/layouts/index.gemini_atom.xml index eec8857..9eca6e6 100644 --- a/layouts/index.gemini_atom.xml +++ b/layouts/index.gemini_atom.xml @@ -19,6 +19,7 @@ <link href="{{ replace .Permalink "https://" "gemini://" | safeURL }}" rel="alternate" />{{ if not .Date.IsZero }}{{ end }} <author> <name>{{ $.Site.Author.name }}</name> + <email>{{ $.Site.Author.email }}</email> </author> <generator>Hugo -- gohugo.io</generator> <rights type="html">{{ $.Site.Copyright }} {{ .Site.Params.beginCopyrightYear }}-{{ now.Format "2006" }} {{ $.Site.Author.name }}</rights> |