use separate admin email address
This commit is contained in:
parent
6a0b330132
commit
15ce6e004f
3 changed files with 3 additions and 3 deletions
|
@ -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" -}}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue