diff --git a/_includes/components/h-card.njk b/_includes/components/h-card.njk index 644dd9a..3ea06d8 100644 --- a/_includes/components/h-card.njk +++ b/_includes/components/h-card.njk @@ -47,7 +47,7 @@

{{ authorTitle }}

{% endif %} {# Structured address #} -

+

{% if authorLocality %} {{ authorLocality }}{% if authorCountry %}, {% endif %} {% endif %} @@ -83,7 +83,7 @@ {% endif %} {% if authorKeyUrl %} - + 🔐 PGP Key {% endif %} diff --git a/_includes/components/post-navigation.njk b/_includes/components/post-navigation.njk index f54194a..703e0a8 100644 --- a/_includes/components/post-navigation.njk +++ b/_includes/components/post-navigation.njk @@ -39,7 +39,7 @@ {% else %}

- ← Previous + ← Previous {{ _prevTitle }} @@ -85,7 +85,7 @@ {% else %}
- Next → + Next → {{ _nextTitle }} diff --git a/_includes/components/webmentions.njk b/_includes/components/webmentions.njk index 9d5663a..51eaebb 100644 --- a/_includes/components/webmentions.njk +++ b/_includes/components/webmentions.njk @@ -183,7 +183,7 @@ {# Webmention send form — collapsed by default #}
- + @@ -206,7 +206,7 @@ > diff --git a/_includes/components/widgets/post-categories.njk b/_includes/components/widgets/post-categories.njk index b85ba1a..87debc7 100644 --- a/_includes/components/widgets/post-categories.njk +++ b/_includes/components/widgets/post-categories.njk @@ -5,12 +5,12 @@

Categories

{% if category is string %} - + {{ category }} {% else %} {% for cat in category %} - + {{ cat }} {% endfor %} diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 8f9e111..5e52116 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -268,7 +268,7 @@ Dashboard {# Mobile theme toggle #} -