Update year dynamically on About.vue
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
<section class="license">
|
<section class="license">
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
<code>
|
<code>
|
||||||
Copyright © 2024 Alicia Sykes (https://aliciasykes.com)
|
Copyright © {{new Date().getFullYear()}} Alicia Sykes (https://aliciasykes.com)
|
||||||
</code>
|
</code>
|
||||||
<br><br>
|
<br><br>
|
||||||
<code>
|
<code>
|
||||||
|
|||||||
Reference in New Issue
Block a user