summaryrefslogtreecommitdiff
path: root/comic/templates/issue.html.j2
diff options
context:
space:
mode:
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>