Fix links RSS feed being hardcoded to localhost

This commit is contained in:
jultty 2024-10-01 18:04:48 -03:00
commit 4541db4878

View file

@ -2,6 +2,8 @@
{%- block extra_head %}
<link rel="alternate" type="application/rss+xml" title="Links" href="http://127.0.0.1:1111/links/atom.xml">
<link rel="alternate" type="application/rss+xml" title="Links" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
{%- endblock %}
{%- block content %}