From 53df85690d0a8df316d2129353aa9d83159e8bb2 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Fri, 14 Apr 2017 16:37:12 +0000
Subject: [PATCH] wip clean up and annotations

---
 layouts/partials/site-footer.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html
index 94b4e8f..d0ce8aa 100755
--- a/layouts/partials/site-footer.html
+++ b/layouts/partials/site-footer.html
@@ -1,5 +1,8 @@
 <footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
+  <div class="flex justify-between">
   <a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
     {{ .Site.Title }}
   </a>
+  {{ partial "social-follow.html" . }}
+  </div>
 </footer>

--
Gitblit v1.10.0