From 7a32e28d4b239a279ba0415bd26f93f5ced5128c Mon Sep 17 00:00:00 2001 From: Bud Parr Date: Fri, 31 Aug 2018 18:40:24 -0400 Subject: [PATCH] Add div to wrap social icons (#128) This applies the flexbox directive `justify-between` to the nav items, not the icons themselves. Fixes #127 --- layouts/partials/site-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 7295f74..68e9688 100755 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -3,6 +3,6 @@ © {{ now.Format "2006" }} {{ .Site.Title }} - {{ partial "social-follow.html" . }} +
{{ partial "social-follow.html" . }}