refactor: move index page to pages directory root
This commit is contained in:
parent
4835ef01a7
commit
e0be3606ea
2
site.py
2
site.py
|
|
@ -1 +1 @@
|
||||||
site.render('pages/index/page.html', 'index.html')
|
site.render('pages/index.html', 'index.html')
|
||||||
|
|
|
||||||
|
|
@ -46,12 +46,8 @@
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% include "pages/index/presentation.html" %}
|
{% include "pages/index/presentation.html" %}
|
||||||
|
|
||||||
{% include "pages/index/games.html" %}
|
{% include "pages/index/games.html" %}
|
||||||
|
|
||||||
{% include "pages/index/news.html" %}
|
{% include "pages/index/news.html" %}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue