diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 3d14b7c..64ae2a6 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -16,24 +16,24 @@ #}
- + - {{ bookmark.title }} + {% if bookmark.title %} + {{ bookmark.title }} + {% else %} + [ no title ] + {% endif %} - more_vert
- {{ bookmark.title }}close -
- edit -
+ {{ bookmark.title }}
{% if bookmark.favicon %} - +     {% endif %} - edit + edit