Skip to content

Commit

Permalink
Fix years in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Feb 16, 2017
1 parent 4e673bf commit f6b69ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/_includes/_footer.jade
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ footer.o-footer.u-text.u-border-dotted
include _newsletter

.o-inline-list.u-text-center.u-text-tiny.u-color-subtle
span © #{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]
span © 2016-#{new Date().getFullYear()} #[+a(COMPANY_URL, true)=COMPANY]

+a(COMPANY_URL, true)
+svg("graphics", "explosion", 45).o-icon.u-color-theme.u-grayscale
Expand Down

0 comments on commit f6b69ba

Please sign in to comment.