From bc1a483ef03852117786244a78ce145bdaacce55 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sun, 10 Jan 2021 16:21:59 +0100 Subject: [PATCH] Add amazon icon https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/242 --- docs/svgs.md | 1 + layouts/partials/svg.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/svgs.md b/docs/svgs.md index 910ebac..713e67a 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -1,5 +1,6 @@ # Available Social Icons: +- [amazon](https://simpleicons.org/?q=amazon) - [box](https://simpleicons.org/?q=box) - [behance](https://simpleicons.org/?q=behance) - [bitbucket](https://simpleicons.org/?q=bitbucket) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index eef42d8..d309c38 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -1,4 +1,6 @@ -{{- if (eq .name "box") -}} +{{- if (eq .name "amazon") -}} + +{{- else if (eq .name "box") -}} {{- else if (eq .name "behence") -}}