Top level copyright year
This commit is contained in:
parent
af5d65adc2
commit
889cc7d728
3 changed files with 4 additions and 2 deletions
|
@ -21,3 +21,6 @@ SectionPagesMenu = "main"
|
|||
weight = 150
|
||||
identifier = "contact"
|
||||
url = "/contact/"
|
||||
|
||||
[params]
|
||||
copyrightyear = "2015"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
currentyear = 2015
|
|
@ -1,4 +1,4 @@
|
|||
<footer class="siteFooter container">
|
||||
<p>Copyright © {{ .Site.Data.meta.currentyear }} Danielle & Matthew Dillon</p>
|
||||
<p>Copyright © {{ .Site.Params.copyrightyear }} Danielle & Matthew Dillon</p>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue