feat: fix copyright years
This commit is contained in:
parent
9aeaad7648
commit
90508cc0e6
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
const year = new Date().getFullYear();
|
||||
---
|
||||
<footer>
|
||||
<ul style="list-style:none">
|
||||
<li>2022 © <strong>Ayo Ayco</strong>. All Rights Reserved</li>
|
||||
<li>© 2022-{year} <strong>Ayo Ayco</strong>. All Rights Reserved</li>
|
||||
<li>This website <a href="https://ayos.blog/stopped-tracking-on-my-sites">does not track users</a></li>
|
||||
<li>See the <a href="https://ayco.io/sh/ayco.io-astro/tree">source code</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue