From adab6048d6292b98e7abb3b1a89d9f0e28313212 Mon Sep 17 00:00:00 2001 From: OpenClaw Sub-agent Date: Mon, 3 Aug 2026 19:04:01 +1000 Subject: [PATCH] fix: tag detail caps resource cards at 20 per tab + View all link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit technology tag has 511 posts — the Posts tab rendered all of them, creating a multi-thousand-pixel page on mobile (looked broken / unusable). Each section now renders the latest 20 cards, shows the true total in the section badge, and links 'View all N …' to the respective list page. slice:20 on all four resource types (links/posts/pages/collections). --- links/templates/links/tag_detail.html | 52 ++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/links/templates/links/tag_detail.html b/links/templates/links/tag_detail.html index 96f82c5..c6753df 100644 --- a/links/templates/links/tag_detail.html +++ b/links/templates/links/tag_detail.html @@ -155,10 +155,13 @@