From 232faaf2184f1ce40765981295977fbebbd98214 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sun, 15 Dec 2019 22:45:14 +0100 Subject: [PATCH] Add docker icon Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/84 --- README.md | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 88a4594..1b8b279 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ and go to `localhost:1313` in your browser. From now on all the changes you make ## Available Social Icons: - codepen +- docker - email - facebook - gitbook diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 081f70b..7d1c108 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -1,5 +1,7 @@ {{- if (eq .name "codepen") -}} +{{- else if (eq .name "docker") -}} + {{- else if (eq .name "email") -}} {{- else if (eq .name "facebook") -}}