|
|
|
@ -30,9 +30,9 @@
|
|
|
|
|
<i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !topics.pinned -->hide<!-- ENDIF !topics.pinned -->"></i>
|
|
|
|
|
<i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i>
|
|
|
|
|
<!-- IF !topics.noAnchor -->
|
|
|
|
|
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
|
|
|
|
|
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.titleEscaped}</a><br />
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
{topics.title}<br />
|
|
|
|
|
{topics.titleEscaped}<br />
|
|
|
|
|
<!-- ENDIF !topics.noAnchor -->
|
|
|
|
|
|
|
|
|
|
<!-- IF !template.category -->
|
|
|
|
|