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 +