From 2566d8a93be5297db77f1ff69b50acc2487d33a2 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Wed, 18 Sep 2024 18:45:32 +0200 Subject: Make mastodon link clearer for text browsers --- _includes/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/social.html b/_includes/social.html index 83e1b81..84b3b67 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 }} on Mastodon
  • {%- endif -%}{%- endfor -%} {%- if site.twitter_username -%}
  • {{ site.twitter_username| escape }}
  • {%- endif -%} {%- if site.youtube_username -%}
  • {{ site.youtube_username| escape }}
  • {%- endif -%} {%- if site.googleplus_username -%}
  • {{ site.googleplus_username| escape }}
  • {%- endif -%} -- cgit v1.2.3