|
|
@ -2,7 +2,7 @@
|
|
|
|
<meta itemprop="itemListOrder" content="descending">
|
|
|
|
<meta itemprop="itemListOrder" content="descending">
|
|
|
|
<!-- BEGIN topics -->
|
|
|
|
<!-- BEGIN topics -->
|
|
|
|
<li component="category/topic" class="row clearfix {function.generateTopicClass}" <!-- IMPORT partials/data/category.tpl -->>
|
|
|
|
<li component="category/topic" class="row clearfix {function.generateTopicClass}" <!-- IMPORT partials/data/category.tpl -->>
|
|
|
|
<meta itemprop="name" content="{function.stripTags, titleEscaped}">
|
|
|
|
<meta itemprop="name" content="{function.stripTags, title}">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-7 col-sm-9 col-xs-10 content">
|
|
|
|
<div class="col-md-7 col-sm-9 col-xs-10 content">
|
|
|
|
<div class="avatar pull-left">
|
|
|
|
<div class="avatar pull-left">
|
|
|
@ -30,9 +30,9 @@
|
|
|
|
<i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !topics.pinned -->hide<!-- ENDIF !topics.pinned -->"></i>
|
|
|
|
<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>
|
|
|
|
<i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i>
|
|
|
|
<!-- IF !topics.noAnchor -->
|
|
|
|
<!-- IF !topics.noAnchor -->
|
|
|
|
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.titleEscaped}</a><br />
|
|
|
|
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
|
|
|
|
<!-- ELSE -->
|
|
|
|
<!-- ELSE -->
|
|
|
|
{topics.titleEscaped}<br />
|
|
|
|
{topics.title}<br />
|
|
|
|
<!-- ENDIF !topics.noAnchor -->
|
|
|
|
<!-- ENDIF !topics.noAnchor -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF !template.category -->
|
|
|
|
<!-- IF !template.category -->
|
|
|
|