[FIX] blog tag filter (function name collision)
This commit is contained in:
parent
2d714c2393
commit
d61fd44ed1
3 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue