瀏覽代碼

Bp/fix now function Fixes #29 (#30)

tags/1.21
Bud Parr 7 年之前
父節點
當前提交
ec0d6b4700
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      layouts/partials/site-footer.html

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

@@ -1,7 +1,7 @@
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
&copy; {{ .Now.Format "2006" }} {{ .Site.Title }}
&copy; {{ now.Format "2006" }} {{ .Site.Title }}
</a>
{{ partial "social-follow.html" . }}
</div>

Loading…
取消
儲存