|
|
|
@ -48,12 +48,12 @@
|
|
|
|
|
<!-- IF topics.tags.length --><small>•</small><!-- ENDIF topics.tags.length -->
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<small class="hidden-xs"><span class="timeago" title="{topics.relativeTime}"></span></small>
|
|
|
|
|
<small class="hidden-xs"><span class="timeago" title="{topics.timestampISO}"></span></small>
|
|
|
|
|
<small class="visible-xs-inline">
|
|
|
|
|
<!-- IF topics.teaser.timestamp -->
|
|
|
|
|
<span class="timeago" title="{topics.teaser.timestamp}"></span>
|
|
|
|
|
<span class="timeago" title="{topics.teaser.timestampISO}"></span>
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
<span class="timeago" title="{topics.relativeTime}"></span>
|
|
|
|
|
<span class="timeago" title="{topics.timestampISO}"></span>
|
|
|
|
|
<!-- ENDIF topics.teaser.timestamp -->
|
|
|
|
|
</small>
|
|
|
|
|
</h2>
|
|
|
|
@ -90,7 +90,7 @@
|
|
|
|
|
<!-- ENDIF topics.teaser.user.picture -->
|
|
|
|
|
</a>
|
|
|
|
|
<a class="permalink" href="{config.relative_path}/topic/{topics.slug}/{topics.teaser.index}">
|
|
|
|
|
<span class="timeago" title="{topics.teaser.timestamp}"></span>
|
|
|
|
|
<span class="timeago" title="{topics.teaser.timestampISO}"></span>
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="post-content">
|
|
|
|
|