Add div to wrap social icons (#128)

This applies the flexbox directive `justify-between` to the nav items, not the icons themselves.

Fixes #127
This commit is contained in:
Bud Parr 2018-08-31 18:40:24 -04:00 committed by GitHub
parent 8c1280c2a3
commit 7a32e28d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
&copy; {{ now.Format "2006" }} {{ .Site.Title }}
</a>
{{ partial "social-follow.html" . }}
<div>{{ partial "social-follow.html" . }}</div>
</div>
</footer>