Top level copyright year

This commit is contained in:
Matthew Dillon 2015-06-21 12:18:28 -08:00
parent af5d65adc2
commit 889cc7d728
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<footer class="siteFooter container">
<p>Copyright &copy; {{ .Site.Data.meta.currentyear }} Danielle &amp; Matthew Dillon</p>
<p>Copyright &copy; {{ .Site.Params.copyrightyear }} Danielle &amp; Matthew Dillon</p>
</footer>