Fix hardcoded year

This commit is contained in:
Lukáš Kucharczyk 2023-11-09 10:10:44 +01:00
parent ce3c4b55f0
commit 866f2526e6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
<h1 class="text-5xl text-center my-6">Finished (2023 games)</h1> <h1 class="text-5xl text-center my-6">Finished ({{ year }} games)</h1>
<table class="responsive-table"> <table class="responsive-table">
<thead> <thead>
<tr> <tr>