mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Show tags
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
{% if bookmark.favicon %}
|
||||
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" />
|
||||
{% endif %}
|
||||
{% for tag in bookmark.tags_list %}
|
||||
<span class="tag">{{ tag }}</span>
|
||||
{% endfor %}
|
||||
<p>
|
||||
{% if bookmark.starred == True %}
|
||||
<i class="material-icons">star</i>
|
||||
{% endif %}
|
||||
@@ -32,6 +36,7 @@
|
||||
{% else %}
|
||||
[ no title ]
|
||||
{% endif %}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="card-reveal green darken-3">
|
||||
|
||||
Reference in New Issue
Block a user