diff --git a/apps/templates/public/entry/bookmark_item.html b/apps/templates/public/entry/bookmark_item.html index e7e5847..a80be61 100644 --- a/apps/templates/public/entry/bookmark_item.html +++ b/apps/templates/public/entry/bookmark_item.html @@ -27,6 +27,14 @@

{{ t_bookmark.quote|linebreaksbr }}
{{ t_entry.e_content|safe }} + {% if t_post.tags.names %} +
    +
  1. Tagged with
  2. + {% for tag in t_post.tags.names %} +
  3. {{ tag }}
  4. + {% endfor %} +
+ {% endif %}
{% include "public/fragments/post_footer.html" %}