mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 15:16:22 -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>
|
<li><a href="{{ url_for('static.about') }}">About</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="copyright">
|
<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
|
| {{ now().isoformat(sep=' ', timespec='milliseconds') }} UTC
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user