From 54bbe846cad89f0711706bfe10daca477dce882f Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sun, 15 Mar 2020 13:54:35 +0100 Subject: [PATCH] Add behance icon Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/111 --- README.md | 1 + layouts/partials/svg.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ba7ab0d..ff67ace44 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ Use [RealFaviconGenerator](https://realfavicongenerator.net/) to generate these ## Available Social Icons: +- [behance](https://simpleicons.org/?q=behance) - [codechef](https://simpleicons.org/?q=codechef) - [codepen](https://simpleicons.org/?q=codepen) - [docker](https://simpleicons.org/?q=docker) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 8a3a2de21..2f2364184 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -1,4 +1,6 @@ -{{- if (eq .name "codechef") -}} +{{- if (eq .name "behence") -}} + +{{- else if (eq .name "codechef") -}} {{- else if (eq .name "codepen") -}}