summaryrefslogtreecommitdiff
path: root/blog/templates/blog_feed.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates/blog_feed.xml.j2')
-rw-r--r--blog/templates/blog_feed.xml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/blog_feed.xml.j2 b/blog/templates/blog_feed.xml.j2
index 1061598..f6bcb17 100644
--- a/blog/templates/blog_feed.xml.j2
+++ b/blog/templates/blog_feed.xml.j2
@@ -12,7 +12,7 @@
<link>{{ post.get_link() }}</link>
<description>{{ post.intro }}</description>
<guid>{{ post.get_link() }}</guid>
- <author>contact@wazul.moe</author>
+ <author>{{ site.email }}</author>
<pubDate>{{ post.get_publish_time_rfc2822() }}</pubDate>
</item>
{% endfor %}