Skip to content

Commit

Permalink
Bp/fix now function Fixes #29 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bud Parr committed May 16, 2017
1 parent 8f4c3b5 commit ec0d6b4
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
@@ -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>
Expand Down

0 comments on commit ec0d6b4

Please sign in to comment.