瀏覽代碼

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 6 年之前
父節點
當前提交
7a32e28d4b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      layouts/partials/site-footer.html

+ 1
- 1
layouts/partials/site-footer.html 查看文件

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

Loading…
取消
儲存