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