From 293cedefc123801d41e4e5c4d0c9f8d3f68f510b Mon Sep 17 00:00:00 2001
From: Brad Clark <bdashrad@gmail.com>
Date: Wed, 20 Sep 2017 19:12:25 +0000
Subject: [PATCH] Add GitHub social icon (#48)

---
 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 da3a602..a7240e4 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -20,3 +20,8 @@
     {{ partial "svg/youtube.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) }}
+  </a>
+{{ end }}

--
Gitblit v1.10.0