Matthias Mees 1ae46203c3 Replace idea theme with bootstrap4 theme
- Add new bootstrap4 theme
- Move idea theme to spartacus
2018-03-25 10:57:21 +02:00

10 lines
446 B
Smarty

{if $entry.trackbacks > 0}
<ol class="plainList">
{foreach from=$trackbacks item=trackback}
<li id="c{$trackback.id}" class="trackback d-flex justify-content-between">
<a href="{$trackback.url|@strip_tags}">{$trackback.title}</a>
<time datetime="{$trackback.timestamp|serendipity_html5time}">{$trackback.timestamp|formatTime:$template_option.date_format}</time>
</li>
{/foreach}
</ol>
{/if}