summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-02-24 11:24:23 +0100
committerPavel Grunt <pgrunt@redhat.com>2016-02-24 11:24:48 +0100
commit93763ff4e37f3b19a978b3f0bc2b632e2fdf735c (patch)
tree6d8a26d4eeeb71cda2313ea03a67a39022d8d0e8 /pelicanconf.py
parent71adaeff107cfc1a1b08ec39b3125aeba498f1c3 (diff)
Change home.html to index.html
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index db5909e..fb50932 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -42,7 +42,7 @@ DEFAULT_PAGINATION = False
FOOTER_IMAGE_PATH = SITEURL + '/theme/images/icons/et_logo.png'
MENUITEMS = [
- ("HOME", "home.html"),
+ ("HOME", "index.html"),
("FAQ", "faq.html"),
("Features", "features.html"),
("Documentation", "documentation.html"),