summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-10-29 17:42:09 +0100
committerPavel Grunt <pgrunt@redhat.com>2015-10-29 17:42:09 +0100
commit9b36a32b5208455bc91fcce64186869be62888bb (patch)
treef01139149219d12cc28e227fe9f4bed63cf10bd7 /pelicanconf.py
parent00b85fb93210eec43e93056dbdf2ae21ecac689c (diff)
add Download section
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 9fdc79c..518e086 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -49,6 +49,7 @@ MENUITEMS = [
("HOME", "pages/home.html"),
("FAQ", "pages/faq.html"),
("Documentation", "pages/documentation.html"),
+ ("Download", "pages/download.html"),
("Developers", "pages/developers.html"),
("Contact", "pages/contact.html"),
]
@@ -62,4 +63,8 @@ SUBMENUS = {
("Support", "pages/support.html"),
("Features", "pages/features.html"),
],
-} \ No newline at end of file
+ "download" : [
+ ("Download", "pages/download.html"),
+ ("Repositories", "pages/repositories.html"),
+ ],
+}