1
0
Fork 0

[FIX] blog tag filter (function name collision)

This commit is contained in:
Jannik Beyerstedt 2021-01-30 23:47:05 +01:00
parent 2d714c2393
commit d61fd44ed1
3 changed files with 8 additions and 6 deletions

View file

@ -17,6 +17,6 @@ $a = $article;
</p>
<div class="meta">
<time datetime="<?php echo $a->date()->toDate('Y-m-d') ?>"><?php echo $a->date()->toDate('d. M. Y') ?></time>
<?php echo tags($base_url, $a); ?>
<?php echo tags_html($base_url, $a); ?>
</div>
</article>