diff --git a/templates/publicbookmarks.html b/templates/publicbookmarks.html index d8f42ea..2a48206 100644 --- a/templates/publicbookmarks.html +++ b/templates/publicbookmarks.html @@ -30,7 +30,7 @@
{% if bookmark.favicon %} -   +
{% endif %} {% if bookmark.http_status != 200 %} report_problem
@@ -38,6 +38,9 @@ {% if bookmark.starred == True %} star {% endif %} + {% if bookmark.note %} +
comment
+ {% endif %}
@@ -49,7 +52,7 @@ {% if bookmark.title %} {{ bookmark.title }} {% else %} - [ no title ] + {{ bookmark.get_uri_domain() }} (no title) {% endif %}