diff --git a/_data/metadata.js b/_data/metadata.js index 17ddd1a..e9fc1ae 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -8,7 +8,7 @@ export default { name: "Nathan Upchurch", email: "blog@upchur.ch", url: "https://nathanupchurch.com/me", - profilePic: "/img/CN20191025_301_Srt_SQUARE.jpg" + profilePic: "/img/CN20191025_301_Srt_SQUARE_crop.jpg" }, copyrightNotice: "© Nathan Upchurch 2022 - 2024", defaultPostImageURL: "/img/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif", diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 8be2d65..5bff878 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -8,30 +8,37 @@ layout: layouts/base.njk {% if not hideMetadata %}
{% if author %} - -

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

+ {% if author.profilePic %} + + {% 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.profilePic %} + + {% endif %} +
{% endif %} {{ content | safe }} diff --git a/_includes/mastodonComments.njk b/_includes/mastodonComments.njk index ae3bb30..03aaf0e 100644 --- a/_includes/mastodonComments.njk +++ b/_includes/mastodonComments.njk @@ -15,14 +15,16 @@