- commit
- dff3158628700b1f8c3ae27bf76b26e04784e1de
- parent
- 4a0d9339356b07012f9f8c53e0bda5928d37cfc1
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-10 03:41
only link to feed if ORIGIN is set
Diffstat
M | templates/series.html | 4 | +++- |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/series.html b/templates/series.html
@@ -3,7 +3,9 @@ 3 3 {% block title %}{{ title }} - {{ super() }}{% endblock %} 4 4 5 5 {% block head %}6 -1 <link rel="alternate" type="application/atom+xml" href="/series/{{ id }}.rss">-1 6 {% if ORIGIN %} -1 7 <link rel="alternate" type="application/atom+xml" href="/series/{{ id }}.rss"> -1 8 {% endif %} 7 9 {% endblock %} 8 10 9 11 {% block content %}