Fix RSS emails
This commit is contained in:
@@ -104,8 +104,8 @@ name = "Will Faught"
|
|||||||
url = "https://willfaught.com/paige"
|
url = "https://willfaught.com/paige"
|
||||||
|
|
||||||
[params.paige.feed.rss]
|
[params.paige.feed.rss]
|
||||||
managing_editor_email = "Will Faught <will.faught@example.com>"
|
managing_editor = "will.faught@example.com (Will Faught)"
|
||||||
web_master_email = "Will Faught <will.faught@example.com>"
|
web_master = "will.faught@example.com (Will Faught)"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
author = "authors"
|
author = "authors"
|
||||||
|
@@ -80,7 +80,7 @@
|
|||||||
{{ $primary := index . 0 }}
|
{{ $primary := index . 0 }}
|
||||||
|
|
||||||
{{ if and $primary.name $primary.email }}
|
{{ if and $primary.name $primary.email }}
|
||||||
{{ $author = printf "%s (%s)" $primary.name $primary.email }}
|
{{ $author = printf "%s (%s)" $primary.email $primary.name }}
|
||||||
{{ else if $primary.email }}
|
{{ else if $primary.email }}
|
||||||
{{ $author = $primary.email }}
|
{{ $author = $primary.email }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user