From 9b25985009587a4bdec618b9714419a9d42eb351 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Sun, 15 Dec 2019 23:28:24 +0100 Subject: [PATCH] Add icon codechef Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/87 --- README.md | 1 + layouts/partials/svg.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ec829..7bfbb58 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ and go to `localhost:1313` in your browser. From now on all the changes you make ## Available Social Icons: +- [codechef](https://simpleicons.org/?q=codechef) - [codepen](https://simpleicons.org/?q=codepen) - [docker](https://simpleicons.org/?q=docker) - [email](https://feathericons.com/?query=mail) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 7c253ee..8ce1caa 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -1,4 +1,6 @@ -{{- if (eq .name "codepen") -}} +{{- if (eq .name "codechef") -}} + +{{- else if (eq .name "codepen") -}} {{- else if (eq .name "docker") -}}