diff options
| author | Botond Hende <contact@wazul.moe> | 2026-04-05 12:19:18 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-04-05 12:19:18 +0200 |
| commit | 431f93d2863babe3362a765507945cbfe987cd05 (patch) | |
| tree | fc10fe8c1b2e2de9f9d886a7eeb3321e03bb7201 /comic/templates/issue.html.j2 | |
| parent | 5da2ab0744ad21f70b12a5ab31fe8d8889236f31 (diff) | |
Diffstat (limited to 'comic/templates/issue.html.j2')
| -rw-r--r-- | comic/templates/issue.html.j2 | 2 |
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> |
