From dff1a2a71fb100a28606ae73499cf54780d3e8fc Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sun, 15 Dec 2019 23:38:07 +0100 Subject: [PATCH] Add podcasts icons Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/88 --- README.md | 2 ++ layouts/partials/svg.html | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bfbb58..7279299 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ and go to `localhost:1313` in your browser. From now on all the changes you make - [keybase](https://simpleicons.org/?q=keybase) - [mastodon](https://simpleicons.org/?q=mastodon) - [linkedin](https://feathericons.com/?query=linked) +- [podcasts-apple](https://simpleicons.org/?q=podcast) +- [podcasts-google](https://simpleicons.org/?q=podcast) - [slack](https://simpleicons.org/?q=slack) - stackoverflow - telegram diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 8ce1caa..4490dc6 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -24,8 +24,12 @@ {{- else if (eq .name "mastodon") -}} +{{- else if (eq .name "podcasts-apple") -}} + +{{- else if (eq .name "podcasts-google") -}} + {{- else if (eq .name "slack") -}} - + {{- else if (eq .name "stackoverflow") -}} {{- else if (eq .name "telegram") -}}