diff options
| author | Botond Hende <contact@wazul.moe> | 2026-04-08 11:03:27 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-04-08 11:03:27 +0200 |
| commit | 916debdda11c3fb2319c021a7d74afbe21ad7515 (patch) | |
| tree | c3f82034c23af478fc3f01b3f04e1f2d8688ae84 /comic/templates | |
| parent | 431f93d2863babe3362a765507945cbfe987cd05 (diff) | |
changed email address
Diffstat (limited to 'comic/templates')
| -rw-r--r-- | comic/templates/comic_feed.xml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comic/templates/comic_feed.xml.j2 b/comic/templates/comic_feed.xml.j2 index 3a8bcc8..b9e8e26 100644 --- a/comic/templates/comic_feed.xml.j2 +++ b/comic/templates/comic_feed.xml.j2 @@ -16,7 +16,7 @@ <p>{{ issue.description() }}</p> </description> <guid>{{ issue.get_link() }}</guid> - <author>contact@wazul.moe</author> + <author>{{ site.email }}</author> <pubDate>{{ issue.get_publish_time_rfc2822() }}</pubDate> </item> {% endfor %} |
