From 677d3cd754148d930b51b972fa70f1e63dac59ec Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sun, 15 Dec 2019 23:14:01 +0100 Subject: [PATCH] Add icon for mastodon Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/83 --- README.md | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 63900d8..2bd29c3 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ and go to `localhost:1313` in your browser. From now on all the changes you make - [instagram](https://feathericons.com/?query=instagram) - [kaggle](https://simpleicons.org/?q=kaggle) - keybase +- [mastodon](https://simpleicons.org/?q=mastodon) - [linkedin](https://feathericons.com/?query=linked) - slack - stackoverflow diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 7d1c108..ef90dac 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -20,6 +20,8 @@ {{- else if (eq .name "linkedin") -}} +{{- else if (eq .name "mastodon") -}} + {{- else if (eq .name "slack") -}} {{- else if (eq .name "stackoverflow") -}}