diff --git a/_includes/components/widgets/author-card-compact.njk b/_includes/components/widgets/author-card-compact.njk index b139b66..af6457d 100644 --- a/_includes/components/widgets/author-card-compact.njk +++ b/_includes/components/widgets/author-card-compact.njk @@ -8,12 +8,12 @@ {{ site.author.name }}
- + {{ site.author.name }}

{{ site.author.title }}

diff --git a/_includes/components/widgets/funkwhale.njk b/_includes/components/widgets/funkwhale.njk index 0f9bbac..829a99b 100644 --- a/_includes/components/widgets/funkwhale.njk +++ b/_includes/components/widgets/funkwhale.njk @@ -30,7 +30,7 @@
{% if np.coverUrl %} - + {% endif %}

@@ -52,7 +52,7 @@ {% for listening in funkwhaleActivity.listenings | head(2) %}

  • {% if listening.coverUrl %} - + {% else %}
    @@ -80,7 +80,7 @@ {% for scrobble in lastfmActivity.scrobbles | head(2) %}
  • {% if scrobble.coverUrl %} - + {% else %}
    diff --git a/_includes/components/widgets/recent-comments.njk b/_includes/components/widgets/recent-comments.njk index 9e0b78a..0f17dc8 100644 --- a/_includes/components/widgets/recent-comments.njk +++ b/_includes/components/widgets/recent-comments.njk @@ -9,7 +9,7 @@
    {% if comment.author and comment.author.photo %} {{ comment.author.name }} + class="w-6 h-6 rounded-full flex-shrink-0 mt-0.5 shadow-lg" loading="lazy"> {% endif %}
    {{ comment.author.name or "Anonymous" }}