Skip to content

Commit f52e2e1

Browse files
SusanGithaigaNshesek
authored andcommitted
change year on footer to be dynamic
1 parent b380f08 commit f52e2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flavors/blockstream/config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export SITE_DESC='Blockstream Explorer is an open source block explorer providing detailed blockchain data across Bitcoin, Testnet, and Liquid. Supports Tor and tracking-free.'
2-
export SITE_FOOTER='© 2025 Blockstream Corporation Inc. All rights reserved.'
2+
export SITE_FOOTER="© $(date +%Y) Blockstream Corporation Inc. All rights reserved."
33
export HEAD_HTML=\
44
'<meta property="og:image" content="https://blockstream.info/img/social-sharing.png">'\
55
'<meta name="twitter:image" content="https://blockstream.info/img/social-sharing.png">'\

0 commit comments

Comments
 (0)