Use current year in copyright generation

This commit is contained in:
2023-05-10 01:15:56 -05:00
parent d095f9849a
commit 42a03ba498

View File

@@ -9,7 +9,7 @@
<li><a href="{{ url_for('static.about') }}">About</a></li>
</ul>
<p class="copyright">
<a href="{{ url_for('main.index') }}">©2022 Runnerspace All Rights Reserved.</a>
<a href="{{ url_for('main.index') }}">©{{ now().year }} Runnerspace All Rights Reserved.</a>
| {{ now().isoformat(sep=' ', timespec='milliseconds') }} UTC
</p>
</footer>