From c6ecbfb9e451b8882f1012aa3a764fc804d40c62 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Tue, 5 May 2020 22:38:11 +0200 Subject: [PATCH] Add icons for deviantart, hackerone and hackerrank Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/149 --- docs/svgs.md | 3 +++ layouts/partials/svg.html | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/docs/svgs.md b/docs/svgs.md index a56289a..75718b9 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -3,6 +3,7 @@ - [behance](https://simpleicons.org/?q=behance) - [codechef](https://simpleicons.org/?q=codechef) - [codepen](https://simpleicons.org/?q=codepen) +- [deviantart](https://simpleicons.org/?q=deviantart) - [discord](https://simpleicons.org/?q=discord) - [docker](https://simpleicons.org/?q=docker) - [dribbble](https://simpleicons.org/?q=dribbble) @@ -12,6 +13,8 @@ - [github](https://feathericons.com/?query=github) - [gitlab](https://feathericons.com/?query=gitlab) - [goodreads](https://simpleicons.org/?q=goodreads) +- [hackerone](https://simpleicons.org/?q=hackerone) +- [hackerrank](https://simpleicons.org/?q=hackerrank) - [instagram](https://feathericons.com/?query=instagram) - [kaggle](https://simpleicons.org/?q=kaggle) - [keybase](https://simpleicons.org/?q=keybase) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 668906a..53ae7b8 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -4,6 +4,8 @@ {{- else if (eq .name "codepen") -}} +{{- else if (eq .name "deviantart") -}} + {{- else if (eq .name "discord") -}} {{- else if (eq .name "dribbble") -}} @@ -24,6 +26,10 @@ {{- else if (eq .name "gpg") -}} +{{- else if (eq .name "hackerone") -}} + +{{- else if (eq .name "hackerrank") -}} + {{- else if (eq .name "instagram") -}} {{- else if (eq .name "kaggle") -}}