add auto year in footer

This commit is contained in:
Noretsa 2023-11-15 13:32:50 +03:00
parent 99681d0103
commit 6d4f77a92a

View File

@ -153,7 +153,7 @@
<!-- Copyright --> <!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);"> <div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2021 Copyright: © {{ moment().format('YYYY') }} Copyright:
<a class="text-dark" href="http://klintorg.ru">klintorg.ru</a> <a class="text-dark" href="http://klintorg.ru">klintorg.ru</a>
</div> </div>
<!-- Copyright --> <!-- Copyright -->