From 80d0ef5da086a61f35eb4283b85a45affa7c74da Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 29 Jul 2026 13:23:34 +1000 Subject: [PATCH] Update style --- links/templates/links/link_list.html | 10 ---------- 1 file changed, 10 deletions(-) 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 %}