From 53842fcb74d536e7f2b7a11583705608a7391502 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:27:06 +0000 Subject: [PATCH 1/3] Initial plan From 05e17b384308489bf2c0ced14d88b808dd49e10a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:30:50 +0000 Subject: [PATCH 2/3] Enhance webmention display: add links/posts counts and expandable sections Co-authored-by: stevenjmesser <23193154+stevenjmesser@users.noreply.github.com> --- _layouts/post.html | 26 +++++++++++++++++++++++++- _sass/_main.scss | 13 +++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 4816a2cd..c9f43258 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,9 +17,33 @@
- {% webmention_count page.url replies %} replies, {% webmention_count page.url reposts %} reposts, {% webmention_count page.url likes %} likes + {% webmention_count page.url replies %} replies, + {% webmention_count page.url reposts %} reposts, + {% webmention_count page.url likes %} likes, + {% webmention_count page.url links %} links, + {% webmention_count page.url posts %} posts
+