From 81b14fc6670caa0f6aa1070b5f28914c99921ba8 Mon Sep 17 00:00:00 2001 From: Julian Laubstein Date: Tue, 6 Nov 2018 00:38:21 +0100 Subject: [PATCH] Added rel=me to Mastodon (#308) Mastodon uses this to verify a personal link. (https://docs.joinmastodon.org/usage/basics/#link-verification) --- _includes/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/social.html b/_includes/social.html index 201c212538..0b89f5bffa 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -6,7 +6,7 @@ {%- if site.instagram_username -%}
  • {{ site.instagram_username| escape }}
  • {%- endif -%} {%- if site.linkedin_username -%}
  • {{ site.linkedin_username| escape }}
  • {%- endif -%} {%- if site.pinterest_username -%}
  • {{ site.pinterest_username| escape }}
  • {%- endif -%} - {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}
  • {{ mst.username|escape }}
  • {%- endif -%}{%- endfor -%} + {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}
  • {{ mst.username|escape }}
  • {%- endif -%}{%- endfor -%} {%- if site.twitter_username -%}
  • {{ site.twitter_username| escape }}
  • {%- endif -%} {%- if site.youtube_username -%}
  • {{ site.youtube_username| escape }}
  • {%- endif -%} {%- if site.youtube_channel -%}
  • {%- if site.youtube_channel_name -%}{{ site.youtube_channel_name | escape }}{%- else -%}YouTube{%- endif -%}
  • {%- endif -%}