Improve feed page

This commit is contained in:
Joakim Hellsén 2023-01-22 10:09:27 +01:00
commit 4bc2a7dc6f
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
3 changed files with 14 additions and 14 deletions

View file

@ -38,5 +38,7 @@
<a class="text-muted" href="/custom?feed_url={{ feed.url|encode_url }}">Custom message</a>
</div>
{# HTML is created in main.create_html_for_feed #}
<pre>
{{ html|safe }}
</pre>
{% endblock content %}