From 3eaa702a1438287c5d3d9b14a28ed507bc64b072 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:12:41 +0100 Subject: [PATCH] style: bump post type label from text-sm to text-base Gives the Note/Like/Reply/etc. label slightly more visual weight than the font-mono text-sm metadata below it. Co-Authored-By: Claude Sonnet 4.6 --- _includes/layouts/post.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 117c1d7..9f86f3c 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -21,7 +21,7 @@ withBlogSidebar: true

{{ title }}

{% else %}
- + {% if replyTo %}↩ Reply{% elif likedUrl %}♥ Like{% elif repostedUrl %}♻ Repost{% elif bookmarkedUrl %}🔖 Bookmark{% else %}✎ Note{% endif %}