Use current year in copyleft

This commit is contained in:
Citlali del Rey 2023-08-06 09:50:13 -07:00
parent 96924298bb
commit a071f485c7
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
% use Time::Piece;
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -35,7 +36,7 @@
<%= content %> <%= content %>
</main> </main>
<footer> <footer>
&#x1F12F; <a href="https://git.unix.dog/UNIX.dog/website">Copyleft</a> UNIX.dog, 2022. All pages licensed under CC BY-NC-SA 4.0. &#x1F12F; <a href="https://git.unix.dog/UNIX.dog/website">Copyleft</a> UNIX.dog, <%= localtime->year %>. All pages licensed under CC BY-NC-SA 4.0.
<br> <br>
Please follow <a href="/rules">all rules</a> while using these services. Please follow <a href="/rules">all rules</a> while using these services.
</footer> </footer>