From 6c9509d46507f7d0faa09e96110453f9d1245336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Lindqvist?= Date: Thu, 11 Apr 2024 07:25:27 +0200 Subject: [PATCH] Add support for rel attribute in social media links (#92) Particularly rel="me" is of interest when verifying links in for instance a Mastodon profile. --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 4cef24ae..fe963e46 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,9 +4,9 @@ {% for link in site.dash.social_links %} {% if link.fa == true %} - + {% else %} - + {% endif %} {% endfor %}