From d664f4e4e3d3ba73cefe1b1e50a08dea8165f763 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 30 Jan 2021 19:12:46 -0800 Subject: [PATCH] Add SVG for Pixelfed [Pixelfed](https://pixelfed.social) is a decentralized image sharing platform Signed-off-by: Michel Alexandre Salim --- docs/svgs.md | 3 ++- layouts/partials/svg.html | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/svgs.md b/docs/svgs.md index f6a03e6..cde5dfc 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -38,8 +38,9 @@ - [mixcloud](https://simpleicons.org/?q=mixcloud) - [npm](https://simpleicons.org/?q=npm) - [orcid](https://simpleicons.org/?q=orcid) -- [pinterest](https://simpleicons.org/?q=pinterest) - [peertube](https://simpleicons.org/?q=peertube) +- [pinterest](https://simpleicons.org/?q=pinterest) +- [pixelfed](https://github.com/pixelfed/pixelfed/blob/dev/public/img/pixelfed-icon-black.svg) - [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 8c4709f..8bcbfb1 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -76,10 +76,12 @@ {{- else if (eq .name "orcid") -}} -{{- else if (eq .name "pinterest") }} - {{- else if (eq .name "peertube") }} +{{- else if (eq .name "pinterest") }} + +{{- else if (eq .name "pixelfed") }} + {{- else if (eq .name "podcasts-apple") -}} {{- else if (eq .name "podcasts-google") -}}