diff --git a/links/templates/links/link_list.html b/links/templates/links/link_list.html index e08cbba..538f93f 100644 --- a/links/templates/links/link_list.html +++ b/links/templates/links/link_list.html @@ -600,17 +600,7 @@ {{ post.created_at|date:"M d" }} {{ post.title }} - {% if post.summary %} - {{ post.summary }} - {% endif %} - {% if post.tags.all %} - - {% for tag in post.tags.all|slice:":2" %} - {{ tag.name }} - {% endfor %} - - {% endif %}