summaryrefslogtreecommitdiff
path: root/comic/templates/issue.html.j2
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-04-05 12:19:18 +0200
committerBotond Hende <contact@wazul.moe>2026-04-05 12:19:18 +0200
commit431f93d2863babe3362a765507945cbfe987cd05 (patch)
treefc10fe8c1b2e2de9f9d886a7eeb3321e03bb7201 /comic/templates/issue.html.j2
parent5da2ab0744ad21f70b12a5ab31fe8d8889236f31 (diff)
make generating all subdomains for local testing functionalHEADmaster
Diffstat (limited to 'comic/templates/issue.html.j2')
-rw-r--r--comic/templates/issue.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/comic/templates/issue.html.j2 b/comic/templates/issue.html.j2
index 9a7765c..181604f 100644
--- a/comic/templates/issue.html.j2
+++ b/comic/templates/issue.html.j2
@@ -44,7 +44,7 @@
<p>Image url: <a href="{{ url }}/comic.png">{{ url }}/comic.png</a></p>
<p>{{ issue.get_publish_date() }}</p>
<hr>
- <a href="/feed.xml" class="icon-text" target="_blank">
+ <a href="/{{ site.rss_filename }}" class="icon-text" target="_blank">
<img src="/assets/image/rss.svg" class="svg-icon" />
<span>RSS feed</span>
</a>