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