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