mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 23:08:32 +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 %}
|
{% else %}
|
||||||
<link rel="alternate" href="{{ topic.permalink_absolute }}"/>
|
<link rel="alternate" href="{{ topic.permalink_absolute }}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<link
|
||||||
|
rel="replies"
|
||||||
|
type="text/html"
|
||||||
|
thr:count="{{ topic.num_comments }}"
|
||||||
|
href="{{ topic.permalink_absolute }}"/>
|
||||||
<content type="html"><![CDATA[
|
<content type="html"><![CDATA[
|
||||||
{% if topic.is_link_type %}
|
{% if topic.is_link_type %}
|
||||||
<p>Link URL: <a href="{{ topic.link }}">{{ topic.link }}</a></p>
|
<p>Link URL: <a href="{{ topic.link }}">{{ topic.link }}</a></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user