From 1a1014a60d2ae179f6fa44c15098dec9e7de12d2 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Thu, 5 Feb 2026 09:35:59 +0100 Subject: [PATCH] feat: differentiate post types in blog feed with icons and labels Likes, bookmarks, reposts, replies, and photos now render with distinct type icons, colored labels, target URLs, and proper microformat classes (u-like-of, u-bookmark-of, etc.) instead of all appearing as generic notes. Co-Authored-By: Claude Opus 4.5 --- blog.njk | 223 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 220 insertions(+), 3 deletions(-) diff --git a/blog.njk b/blog.njk index ead51b1..9ce934b 100644 --- a/blog.njk +++ b/blog.njk @@ -19,8 +19,225 @@ permalink: "blog/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber