Bp/fix now function Fixes #29

This commit is contained in:
Bud Parr 2017-05-15 22:12:21 -04:00
parent 8f4c3b571d
commit 64ac0cdf03
No known key found for this signature in database
GPG Key ID: ACA375160539D2B3

View File

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