From 6770a9889f139dcf0f548c2541014b2bea7ebd83 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 8 Jun 2021 19:10:35 +0300 Subject: add mastodon link because it needed this rel="me" attribute, i couldn't do it from my _data/links.yml file and this sux. --- _layouts/about-page.html | 9 +++++++++ assets/img/mastodon-icon.png | Bin 0 -> 4520 bytes 2 files changed, 9 insertions(+) create mode 100644 assets/img/mastodon-icon.png diff --git a/_layouts/about-page.html b/_layouts/about-page.html index d734d94..0a82206 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -22,6 +22,15 @@ layout: default {% endfor %} +
  • + + mastodon + + +
  • diff --git a/assets/img/mastodon-icon.png b/assets/img/mastodon-icon.png new file mode 100644 index 0000000..41f4d1c Binary files /dev/null and b/assets/img/mastodon-icon.png differ -- cgit v1.2.3