Skip to content

Commit

Permalink
Add div to wrap social icons
Browse files Browse the repository at this point in the history
This applies the flexbox directive `justify-between` to the nav items, not the icons themselves.

Fixes #127
  • Loading branch information
Bud Parr authored Aug 31, 2018
1 parent 8c1280c commit 1bb8e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/site-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 1bb8e99

Please sign in to comment.