add bookmark to topic list URL

main
Ben Lubar 9 years ago
parent f21c3d2e6a
commit 87d5130df7

@ -33,7 +33,7 @@
<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}<!-- IF topics.bookmark -->/{topics.bookmark}<!-- ENDIF topics.bookmark -->" itemprop="url">{topics.title}</a><br />
<!-- ELSE -->
{topics.title}<br />
<!-- ENDIF !topics.noAnchor -->
@ -105,4 +105,4 @@
</div>
</li>
<!-- END topics -->
</ul>
</ul>

Loading…
Cancel
Save