Add RFC4685 replies link to Atom feed

This commit is contained in:
Simon Lundström
2024-04-24 13:34:40 +02:00
committed by Andrew Shu
parent 495c6da890
commit 24d3f829cd

View File

@@ -16,6 +16,11 @@
{% else %}
<link rel="alternate" href="{{ topic.permalink_absolute }}"/>
{% endif %}
<link
rel="replies"
type="text/html"
thr:count="{{ topic.num_comments }}"
href="{{ topic.permalink_absolute }}"/>
<content type="html"><![CDATA[
{% if topic.is_link_type %}
<p>Link URL: <a href="{{ topic.link }}">{{ topic.link }}</a></p>