{# Hidden u-photo for reliable microformat parsing #}
@@ -26,3 +27,4 @@
{% if site.author.email %}{% endif %}
{% if site.author.org %}{% endif %}
+
diff --git a/_includes/components/widgets/author-card.njk b/_includes/components/widgets/author-card.njk
index 50a5048..f205d58 100644
--- a/_includes/components/widgets/author-card.njk
+++ b/_includes/components/widgets/author-card.njk
@@ -1,4 +1,6 @@
{# Author Card Widget - includes the canonical h-card component #}
+
{% include "components/h-card.njk" %}
+
diff --git a/_includes/components/widgets/categories.njk b/_includes/components/widgets/categories.njk
index 74ef98b..b071191 100644
--- a/_includes/components/widgets/categories.njk
+++ b/_includes/components/widgets/categories.njk
@@ -1,5 +1,6 @@
{# Categories/Tags Widget #}
{% if categories and categories.length %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/funkwhale.njk b/_includes/components/widgets/funkwhale.njk
index 5ac286a..3928f4e 100644
--- a/_includes/components/widgets/funkwhale.njk
+++ b/_includes/components/widgets/funkwhale.njk
@@ -1,6 +1,7 @@
{# Listening Widget — combined Funkwhale + Last.fm recent tracks #}
{% set hasListening = (funkwhaleActivity and (funkwhaleActivity.nowPlaying or funkwhaleActivity.listenings.length)) or (lastfmActivity and (lastfmActivity.nowPlaying or lastfmActivity.scrobbles.length)) %}
{% if hasListening %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/post-categories.njk b/_includes/components/widgets/post-categories.njk
index 22b4417..006a7ed 100644
--- a/_includes/components/widgets/post-categories.njk
+++ b/_includes/components/widgets/post-categories.njk
@@ -1,5 +1,6 @@
{# Categories for This Post #}
{% if category %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/post-navigation.njk b/_includes/components/widgets/post-navigation.njk
index c67f896..8427fd4 100644
--- a/_includes/components/widgets/post-navigation.njk
+++ b/_includes/components/widgets/post-navigation.njk
@@ -4,6 +4,7 @@
{% set _nextPost = collections.posts | nextInCollection(page) %}
{% if _prevPost or _nextPost %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/recent-comments.njk b/_includes/components/widgets/recent-comments.njk
index dad7828..1a9a7eb 100644
--- a/_includes/components/widgets/recent-comments.njk
+++ b/_includes/components/widgets/recent-comments.njk
@@ -1,5 +1,6 @@
{# Recent Comments Widget — sidebar #}
{% if recentComments and recentComments.length %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/recent-posts-blog.njk b/_includes/components/widgets/recent-posts-blog.njk
index b2b96f4..2b90663 100644
--- a/_includes/components/widgets/recent-posts-blog.njk
+++ b/_includes/components/widgets/recent-posts-blog.njk
@@ -1,6 +1,7 @@
{# Recent Posts Widget — type-aware, for blog/post sidebars #}
{# Uses collections.posts directly (all post types, not just recentPosts collection) #}
{% if collections.posts %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/recent-posts.njk b/_includes/components/widgets/recent-posts.njk
index 68dcb15..bdde1ba 100644
--- a/_includes/components/widgets/recent-posts.njk
+++ b/_includes/components/widgets/recent-posts.njk
@@ -1,5 +1,6 @@
{# Recent Posts Widget (sidebar) - compact type-aware list #}
{% if recentPosts and recentPosts.length %}
+
+
{% endif %}
diff --git a/_includes/components/widgets/share.njk b/_includes/components/widgets/share.njk
index 878d810..497a3d5 100644
--- a/_includes/components/widgets/share.njk
+++ b/_includes/components/widgets/share.njk
@@ -1,4 +1,5 @@
{# Share Widget #}
+
+
diff --git a/_includes/components/widgets/subscribe.njk b/_includes/components/widgets/subscribe.njk
index 984c589..1bcc381 100644
--- a/_includes/components/widgets/subscribe.njk
+++ b/_includes/components/widgets/subscribe.njk
@@ -1,4 +1,5 @@
{# Subscribe Widget #}
+
+
diff --git a/_includes/components/widgets/toc.njk b/_includes/components/widgets/toc.njk
index 3b06235..9eea319 100644
--- a/_includes/components/widgets/toc.njk
+++ b/_includes/components/widgets/toc.njk
@@ -1,5 +1,6 @@
{# Table of Contents Widget (for articles with headings) #}
{% if toc and toc.length %}
+
+
{% endif %}