From 889cc7d728cfbadfd72da88591ef4fca1084bd6f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 21 Jun 2015 12:18:28 -0800 Subject: [PATCH] Top level copyright year --- config.toml | 3 +++ data/meta.toml | 1 - layouts/partials/footer.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 data/meta.toml diff --git a/config.toml b/config.toml index d05b9b9..92bb233 100644 --- a/config.toml +++ b/config.toml @@ -21,3 +21,6 @@ SectionPagesMenu = "main" weight = 150 identifier = "contact" url = "/contact/" + +[params] +copyrightyear = "2015" diff --git a/data/meta.toml b/data/meta.toml deleted file mode 100644 index 2d8cfeb..0000000 --- a/data/meta.toml +++ /dev/null @@ -1 +0,0 @@ -currentyear = 2015 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 70487a3..9f447b6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@