Display tags on feed items

This commit is contained in:
Tim Van Baak 2019-06-19 14:23:40 -07:00
parent ab6d55acd6
commit 3afc8ea602
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
{% endif %}
</span><br>
{% endif %}
<span class="item-info">
<span class="item-info" title="{{ 'Tags: {}'.format(', '.join(item.tags)) }}">
{{item.source}} {{item.id}} {{item.created|datetimeformat}}
</span>
</div>