using home.html as first page
This commit is contained in:
parent
9d535e0ec9
commit
7c8e025514
@ -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
|
||||
|
||||
|
10
themes/default/templates/home.html
Normal file
10
themes/default/templates/home.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% block content_title %}
|
||||
{% endblock %}
|
||||
|
||||
:)
|
||||
|
||||
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user