From f50a1a8ade5b4245ed07a098d534674e2da35477 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Mon, 9 May 2022 14:33:19 -0500 Subject: [PATCH] chore: update footer --- docs/.vuepress/config.js | 2 +- docs/.vuepress/theme/components/Footer.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 828b2a8..8b44756 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -132,7 +132,7 @@ const config = { } ], finePrints: [ - '© 2021 LBRY Foundation Inc', + '© {year} LBRY Foundation Inc', 'With love for community' ] } diff --git a/docs/.vuepress/theme/components/Footer.vue b/docs/.vuepress/theme/components/Footer.vue index 631affb..ef9043a 100644 --- a/docs/.vuepress/theme/components/Footer.vue +++ b/docs/.vuepress/theme/components/Footer.vue @@ -12,7 +12,7 @@
- {{ config.finePrints[0] }} {{ config.finePrints[1] }} + {{ config.finePrints[0].replace('{year}', new Date().getFullYear().toString()) }} {{ config.finePrints[1] }}
@@ -98,4 +98,4 @@ export default { justify-content center .fine-print margin-top 2rem - \ No newline at end of file +