From: Cameron Otsuka Date: Sat, 8 Feb 2025 22:55:18 +0000 (-0800) Subject: add rel=me tags to social links X-Git-Tag: v1.0.0~48 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=aea7350982c4238d50c4a31880028e7d8fc20f1f;p=cotsuka.github.io add rel=me tags to social links --- 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 %}