diff --git a/src/utils/baseContext.js b/src/utils/baseContext.js index 092ca8c..694f87f 100644 --- a/src/utils/baseContext.js +++ b/src/utils/baseContext.js @@ -8,6 +8,7 @@ return Object.assign( { siteOwner: process.env.SITE_OWNER, + originCountry: process.env.COUNTRY, navLinks: [ { href: "/", label: "Home" }, { href: "/about", label: "About" }, diff --git a/src/views/partials/footer.handlebars b/src/views/partials/footer.handlebars index 548c2e0..6ea9b16 100644 --- a/src/views/partials/footer.handlebars +++ b/src/views/partials/footer.handlebars @@ -1,8 +1,8 @@

- To the extent possible under law, Jason Poage has waived all copyright and related or neighboring rights to this work. - This work is published from: United States. + To the extent possible under law, {{siteOwner}} has waived all copyright and related or neighboring rights to this work. + This work is published from: {{originCountry}}. CC0