diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 0d0b038..4f161ce 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -78,7 +78,7 @@ {% endfor %} more_vert -
+ {% if bookmark.starred == True %} - star + star {% endif %} {% if bookmark.title %} {{ bookmark.title }} {% else %} [ no title ] {% endif %} -
+ +