mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 01:16:13 -06:00
Use current year in copyright generation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user