{# Sidebar Components #} {# Contains: Author card, Bluesky feed, GitHub repos, RSS feed #} {# Author Card Widget #}
{# Social Feed Widget - Tabbed Bluesky/Mastodon #} {% if (blueskyFeed and blueskyFeed.length) or (mastodonFeed and mastodonFeed.length) %} {% endif %} {# GitHub Repos Widget #} {% if githubRepos and githubRepos.length %} {% endif %} {# Funkwhale Now Playing Widget #} {% if funkwhaleActivity and (funkwhaleActivity.nowPlaying or funkwhaleActivity.stats) %} {% endif %} {# Recent Posts Widget (for non-blog pages) #} {% if recentPosts and recentPosts.length %} {% endif %} {# Categories/Tags Widget #} {% if categories and categories.length %} {% endif %}