Get copyright year dynamically
This commit is contained in:
parent
49e894b354
commit
98dddbf9d6
1 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,9 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2022 <a
|
Copyright © {new Date().getFullYear()}
|
||||||
href="https://leomurca.xyz"
|
<a href="https://leomurca.xyz" target="_blank" rel="noreferrer"
|
||||||
target="_blank"
|
>Leonardo Murça</a
|
||||||
rel="noreferrer">Leonardo Murça</a
|
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue