diff --git a/_includes/header.njk b/_includes/header.njk index a4b88d1..c5c8b1e 100644 --- a/_includes/header.njk +++ b/_includes/header.njk @@ -1,5 +1,12 @@ Skip to main content
- + + + {% if not hideNav %}{% include "nav.njk" %}{% endif %}
diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 14cb1bf..722303d 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -9,13 +9,13 @@ layout: layouts/base.njk
{% if author %} - {% if author.url %}{% endif %} -

{% if author.name %}{{ author.name }}, {% endif %}{% if author.url %}{% endif %}

+

{% if author.url %}{% endif %} + {% if author.name %}{{ author.name }}, {% endif %}{% if author.url %}{% endif %}

{% else %} - {% if metadata.author.url %}{% endif %} -

{% if metadata.author.name %}{{ metadata.author.name }}, {% endif %}{% if metadata.author.url %}{% endif %}

+

{% if metadata.author.url %}{% endif %} + {% if metadata.author.name %}{{ metadata.author.name }}, {% endif %}{% if metadata.author.url %}{% endif %}

{% endif %} @@ -23,7 +23,13 @@ layout: layouts/base.njk
diff --git a/_includes/mastodonComments.njk b/_includes/mastodonComments.njk index bd963d6..4d3921b 100644 --- a/_includes/mastodonComments.njk +++ b/_includes/mastodonComments.njk @@ -11,6 +11,7 @@ Reply on Mastodon to comment » +