From ec03b2f9e8186c4d4e404885ab8e041df7e92f3b Mon Sep 17 00:00:00 2001 From: polarisfm Date: Sun, 9 Aug 2020 10:28:38 -0500 Subject: [PATCH] Add social icons for Peertube and generic git --- docs/svgs.md | 2 ++ layouts/partials/svg.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/svgs.md b/docs/svgs.md index e63e9d5..1076096 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -11,6 +11,7 @@ - [dribbble](https://simpleicons.org/?q=dribbble) - [email](https://feathericons.com/?query=mail) - [facebook](https://simpleicons.org/?q=facebook) +- git - gitbook - [github](https://feathericons.com/?query=github) - [gitlab](https://feathericons.com/?query=gitlab) @@ -27,6 +28,7 @@ - [mixcloud](https://simpleicons.org/?q=mixcloud) - [linkedin](https://feathericons.com/?query=linked) - [pinterest](https://simpleicons.org/?q=pinterest) +- [peertube](https://simpleicons.org/?q=peertube) - [podcasts-apple](https://simpleicons.org/?q=podcast) - [podcasts-google](https://simpleicons.org/?q=podcast) - [reddit](https://simpleicons.org/?q=reddit) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index c5266b7..afbfaf2 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -20,6 +20,8 @@ {{- else if (eq .name "facebook") -}} +{{- else if (eq .name "git") -}} + {{- else if (eq .name "gitbook") -}} {{- else if (eq .name "github") -}} @@ -54,6 +56,8 @@ {{- else if (eq .name "pinterest") }} +{{- else if (eq .name "peertube") }} + {{- else if (eq .name "podcasts-apple") -}} {{- else if (eq .name "podcasts-google") -}}