From eb765fdbc8369a951d8534947bef2b4e6551c355 Mon Sep 17 00:00:00 2001
From: Brad Clark <bdashrad@gmail.com>
Date: Tue, 26 Sep 2017 15:51:01 +0000
Subject: [PATCH] Social icon updates (#51)
---
layouts/partials/social-follow.html | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html
index a7240e4..87b4da9 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -20,6 +20,11 @@
{{ partial "svg/youtube.svg" (dict "size" $icon_size) }}
</a>
{{ end }}
+{{ with .Site.Params.linkedin }}
+ <a href="{{ . }}" class="link-transition linkedin link dib z-999 pt3 pt0-l mr3" title="LinkedIn link">
+ {{ partial "svg/linkedin.svg" (dict "size" $icon_size) }}
+ </a>
+{{ end }}
{{ with .Site.Params.github }}
<a href="{{ . }}" class="link-transition github link dib z-999 pt3 pt0-l mr3" title="Github link">
{{ partial "svg/github.svg" (dict "size" $icon_size) }}
--
Gitblit v1.10.0