Quellcode durchsuchen

Add div to wrap social icons (#128)

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

Fixes #127
tags/2.33
Bud Parr vor 6 Jahren
Ursprung
Commit
7a32e28d4b
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      layouts/partials/site-footer.html

+ 1
- 1
layouts/partials/site-footer.html Datei anzeigen

@@ -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>

Laden…
Abbrechen
Speichern