fixes "invalid date" error on mobile when categories have no topics

main
psychobunny 8 years ago
parent edb5fd7e5e
commit e37dbfee12

@ -18,9 +18,11 @@
<!-- ENDIF !config.hideSubCategories --> <!-- ENDIF !config.hideSubCategories -->
</h2> </h2>
<span class="visible-xs pull-right"> <span class="visible-xs pull-right">
<!-- IF ../teaser.timestampISO -->
<a class="permalink" href="{../teaser.url}"> <a class="permalink" href="{../teaser.url}">
<small class="timeago" title="{../teaser.timestampISO}"></small> <small class="timeago" title="{../teaser.timestampISO}"></small>
</a> </a>
<!-- ENDIF ../teaser.timestampISO -->
</span> </span>
</div> </div>

Loading…
Cancel
Save