From 8d3e691e1bbe99259e7ab17219ce4e10819c5267 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Thu, 16 Apr 2020 08:46:54 +0200 Subject: [PATCH] Add medium icon Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/125 --- README.md | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 100548d..08a2773 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Use [RealFaviconGenerator](https://realfavicongenerator.net/) to generate these - [kaggle](https://simpleicons.org/?q=kaggle) - [keybase](https://simpleicons.org/?q=keybase) - [mastodon](https://simpleicons.org/?q=mastodon) +- [medium](https://simpleicons.org/?q=medium) - [linkedin](https://feathericons.com/?query=linked) - [podcasts-apple](https://simpleicons.org/?q=podcast) - [podcasts-google](https://simpleicons.org/?q=podcast) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 2f23641..df4929f 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -30,6 +30,8 @@ {{- else if (eq .name "mastodon") -}} +{{- else if (eq .name "medium") -}} + {{- else if (eq .name "podcasts-apple") -}} {{- else if (eq .name "podcasts-google") -}}