mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Add RFC4685 replies link to Atom feed
This commit is contained in:
committed by
Andrew Shu
parent
495c6da890
commit
24d3f829cd
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user