From efa65a45d29692d3a1f3a8612349f6a12f60d26d Mon Sep 17 00:00:00 2001 From: Fabien CASTERS Date: Tue, 29 Jan 2019 09:16:42 +0100 Subject: Update Slack icon and add Telegram icon --- layouts/partials/icon.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/icon.html b/layouts/partials/icon.html index f9c6db9..38ffe18 100644 --- a/layouts/partials/icon.html +++ b/layouts/partials/icon.html @@ -1,5 +1,11 @@ -{{- if (eq . "codepen") -}} +{{- if (eq . "calendar") -}} + +{{- else if (eq . "clock") -}} + +{{- else if (eq . "codepen") -}} +{{- else if (eq . "email") -}} + {{- else if (eq . "facebook") -}} {{- else if (eq . "github") -}} @@ -10,20 +16,18 @@ {{- else if (eq . "linkedin") -}} +{{- else if (eq . "send") -}} + {{- else if (eq . "slack") -}} - + +{{- else if (eq . "tag") -}} + +{{- else if (eq . "telegram") -}} + {{- else if (eq . "twitter") -}} {{- else if (eq . "youtube") -}} -{{- else if (eq . "email") -}} - -{{- else if (eq . "tag") -}} - -{{- else if (eq . "clock") -}} - -{{- else if (eq . "calendar") -}} - {{- else -}} {{- end -}} -- cgit v1.2.3