From a4bca6b0d8e549c651afd48dbca11e3c90c2f990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Wed, 22 May 2019 20:34:41 -0300 Subject: [PATCH] icons: add Telegram icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a Telegram Icon to be displayed at social section. Although Feather icons doesn't have any Telegram icon, I believe this is a good replacement. Signed-off-by: André Almeida --- layouts/partials/svg.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 5804cde..106c2ce 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -18,6 +18,8 @@ {{- else if (eq .name "email") -}} +{{- else if (eq .name "telegram") -}} + {{- else -}} {{- end -}}