From aea7350982c4238d50c4a31880028e7d8fc20f1f Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sat, 8 Feb 2025 14:55:18 -0800 Subject: [PATCH] add rel=me tags to social links --- _includes/layouts/article.njk | 8 ++++---- _includes/layouts/base.njk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/layouts/article.njk b/_includes/layouts/article.njk index 7bfa44d..13d8dc7 100644 --- a/_includes/layouts/article.njk +++ b/_includes/layouts/article.njk @@ -10,14 +10,14 @@ layout: layouts/base.njk
  • Published:
  • Description: {{ description }}
  • Tags: {{ tags | reject("equalto", "articles") | sort | join(", ") }}
  • - {% if posse %} + {%- if posse %}
  • Also Posted To: - {% for posse_location, posse_url in posse %} + {%- for posse_location, posse_url in posse %} {{ posse_location }} - {% endfor %} + {%- endfor %}
  • - {% endif %} + {%- endif %} diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index bf7d727..fdb89d0 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -78,7 +78,7 @@
    {%- for social in socials %} -
  • {{ social.title }}
  • +
  • {{ social.title }}
  • {%- endfor %}
    -- 2.51.0