Remove feed hostname for item display
This commit is contained in:
parent
f42522c2a1
commit
6886d83cd5
@ -13,7 +13,6 @@
|
||||
|
||||
<p class="infos">
|
||||
<?= Helper\escape($feed['title']) ?> |
|
||||
<?= Helper\get_host_from_url($item['url']) ?> |
|
||||
<span class="hide-mobile"><?= dt('%A %e %B %Y %k:%M', $item['updated']) ?> |</span>
|
||||
<?php if ($item['bookmark']): ?>
|
||||
<a href="?action=bookmark&value=0&id=<?= $item_id ?>&redirect=<?= $menu ?>"><?= t('remove bookmark') ?></a>
|
||||
|
Loading…
Reference in New Issue
Block a user