summaryrefslogtreecommitdiff
path: root/blog/templates
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-04-08 11:03:27 +0200
committerBotond Hende <contact@wazul.moe>2026-04-08 11:03:27 +0200
commit916debdda11c3fb2319c021a7d74afbe21ad7515 (patch)
treec3f82034c23af478fc3f01b3f04e1f2d8688ae84 /blog/templates
parent431f93d2863babe3362a765507945cbfe987cd05 (diff)
changed email address
Diffstat (limited to 'blog/templates')
-rw-r--r--blog/templates/blog_feed.xml.j22
-rw-r--r--blog/templates/sidebar.html.j24
2 files changed, 3 insertions, 3 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 %}
diff --git a/blog/templates/sidebar.html.j2 b/blog/templates/sidebar.html.j2
index 01625c2..461b55c 100644
--- a/blog/templates/sidebar.html.j2
+++ b/blog/templates/sidebar.html.j2
@@ -48,9 +48,9 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself
<span>RSS feed</span>
</a>
<h3 class="magenta">Contact me at</h3>
-<a href="mailto:contact@wazul.moe" class="icon-text">
+<a href="mailto:{{ site.email }}" class="icon-text">
<img src="/assets/image/email.svg" class="svg-icon filter-yellow" />
-<span>contact@wazul.moe</span>
+<span>{{ site.email }}</span>
</a>
<p>especially if you find some typos or bugs on the page</p>
<h3 class="magenta">Thank you</h3>