refactor: move index page to pages directory root

This commit is contained in:
Corentin 2024-05-21 02:11:53 +02:00
parent 4835ef01a7
commit e0be3606ea
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
site.render('pages/index/page.html', 'index.html')
site.render('pages/index.html', 'index.html')

View File

@ -46,12 +46,8 @@
<div class="content">
{% include "pages/index/presentation.html" %}
{% include "pages/index/games.html" %}
{% include "pages/index/news.html" %}
</div>
</body>
</html>