From e134d8af0344130e0b968d7b3ff86328abf564bf Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Thu, 16 Apr 2020 08:51:19 +0200 Subject: [PATCH] Add xmpp and xampp icons Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/133 --- README.md | 2 ++ layouts/partials/svg.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 08a2773..33495fb 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,8 @@ Use [RealFaviconGenerator](https://realfavicongenerator.net/) to generate these - telegram - twitch - twitter +- [xampp](https://simpleicons.org/?q=xampp) +- [xmpp](https://simpleicons.org/?q=xmpp) - youtube If you need another one, just open an issue or create a pull request with your wished icon. :) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index df4929f..70b8c80 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -50,6 +50,10 @@ {{- else if (eq .name "twitter") -}} +{{- else if (eq .name "xampp") -}} + +{{- else if (eq .name "xmpp") -}} + {{- else if (eq .name "youtube") -}} {{- end -}}