diff --git a/templates/publicbookmarks.html b/templates/publicbookmarks.html index 7ce942e..77caabe 100644 --- a/templates/publicbookmarks.html +++ b/templates/publicbookmarks.html @@ -27,37 +27,36 @@
{% for bookmark in bookmarks %}
-
-
- more_vert -
-
- {% if bookmark.http_status != 200 %} - report_problem - {% endif %} - {% if bookmark.favicon %} -     - {% endif %} - - {% if bookmark.starred == True %} - star - {% endif %} - {% if bookmark.title %} - {{ bookmark.title }} - {% else %} - [ no title ] - {% endif %} - +
+
+ {% if bookmark.favicon %} +   + {% endif %} + {% if bookmark.http_status != 200 %} + report_problem
+ {% endif %} + {% if bookmark.starred == True %} + star + {% endif %} +
+
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close -
- {% if bookmark.favicon %} -     - {% endif %} -