Browse Source

Add RFC4685 replies link to Atom feed

merge-requests/156/head
Simon Lundström 1 year ago
committed by Bauke
parent
commit
6c2951f2ee
  1. 5
      tildes/tildes/templates/topic_listing.atom.jinja2

5
tildes/tildes/templates/topic_listing.atom.jinja2

@ -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>

Loading…
Cancel
Save