summaryrefslogtreecommitdiff
path: root/comic/templates
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
parent5da2ab0744ad21f70b12a5ab31fe8d8889236f31 (diff)
make generating all subdomains for local testing functionalHEADmaster
Diffstat (limited to 'comic/templates')
-rw-r--r--comic/templates/comic_feed.xml.j22
-rw-r--r--comic/templates/issue.html.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/comic/templates/comic_feed.xml.j2 b/comic/templates/comic_feed.xml.j2
index eeb177d..3a8bcc8 100644
--- a/comic/templates/comic_feed.xml.j2
+++ b/comic/templates/comic_feed.xml.j2
@@ -2,7 +2,7 @@
<rss version="2.0">
<channel>
<title>{{ comic.comic_name }}</title>
- <link>https://comic.wazul.moe/feed.xml</link>
+ <link>{{ site.comic_url }}/{{ site.rss_filename }}</link>
<description>Silly comic ideas by Wazul</description>
<language>en</language>
<lastBuildDate>{{ build_date }}</lastBuildDate>
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>