use separate admin email address

This commit is contained in:
Ben Goldsworthy 2025-06-04 17:38:22 +02:00
parent 6a0b330132
commit 15ce6e004f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
<category>{{ .FirstSection.Title }}</category> <category>{{ .FirstSection.Title }}</category>
{{ with .Site.LanguageCode }}<language>{{.}}</language>{{end}} {{ with .Site.LanguageCode }}<language>{{.}}</language>{{end}}
{{ with .Site.Params.Author.email }}<managingEditor>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</managingEditor>{{end}} {{ with .Site.Params.Author.email }}<managingEditor>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}
{{ with .Site.Params.Author.email }}<webMaster>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</webMaster>{{end}} {{ with .Site.Params.adminEmail }}<webMaster>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</webMaster>{{end}}
{{ with .Site.Copyright }}<copyright>{{.}}</copyright>{{end}} {{ with .Site.Copyright }}<copyright>{{.}}</copyright>{{end}}
{{ if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }} {{ if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{- with .OutputFormats.Get "RSS" -}} {{- with .OutputFormats.Get "RSS" -}}

View file

@ -1,7 +1,7 @@
{{ "<!--" | safeHTML }} {{ "<!--" | safeHTML }}
{{ .Site.Title}} - {{ .Site.Params.tagline }} {{ .Site.Title}} - {{ .Site.Params.tagline }}
This page was created by {{ fmt.Printf "%s <%s>" .Site.Params.Author.name .Site.Params.Author.email | safeHTML }}. This page was created by {{ fmt.Printf "%s <%s>" .Site.Params.Author.name .Site.Params.adminEmail | safeHTML }}.
The date of creation and last modification should be available within the page The date of creation and last modification should be available within the page
below. below.

View file

@ -22,7 +22,7 @@
<a <a
class="u-email" class="u-email"
aria-label="Email" aria-label="Email"
href="mailto:{{ $.Site.Params.Author.email }}" href="mailto:{{ $.Site.Params.adminEmail }}"
rel="me" rel="me"
>✉️</a >✉️</a
> >