Fix links RSS feed being hardcoded to localhost
This commit is contained in:
parent
ed8df81bcf
commit
4541db4878
1 changed files with 2 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue