Move site news to own file

This commit is contained in:
2024-07-08 20:55:00 +02:00
parent b547a70cdb
commit 11d9d1022e
4 changed files with 48 additions and 37 deletions

View File

@ -10,6 +10,7 @@
<div class="col-lg-3">{% include "partials/toc.html" %}</div>
<div class="col-lg-9">
{% include "partials/info_box.html" %}
{% include "partials/news.html" %}
{% for game in games %}
{% include "partials/game_card.html" %}
{% endfor %}