1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 02:35:10 +01:00

'starred' support; catch case where there's no title

This commit is contained in:
2016-07-20 21:42:53 +02:00
parent 9260dc7a1e
commit 395115eef9
3 changed files with 29 additions and 8 deletions

View File

@@ -24,6 +24,9 @@
{% if bookmark.favicon %}
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" />&nbsp;&nbsp;&nbsp;
{% endif %}
{% if bookmark.starred == True %}
<i class="material-icons">star</i>
{% endif %}
{% if bookmark.title %}
{{ bookmark.title }}
{% else %}