using home.html as first page

This commit is contained in:
manetta 2020-09-04 18:20:59 +02:00
parent 9d535e0ec9
commit 7c8e025514
2 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,8 @@ USE_FOLDER_AS_CATEGORY = True
DEFAULT_PAGINATION = False
TEMPLATE_PAGES = {'home.html': 'index.html',}
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True

View File

@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block content %}
{% block content_title %}
{% endblock %}
:)
{% endblock content %}