Actually remove the fixed links RSS feed 🤦

This commit is contained in:
jultty 2024-10-01 18:30:48 -03:00
commit ac214d278c

View file

@ -1,7 +1,6 @@
{% extends "base.html" %}
{%- 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 %}