From 479bae96d7ed01bc9672185213c7e8c7a14ae280 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 14 Sep 2012 14:06:59 +0200 Subject: [PATCH] Changes order of pages, using a new variable in pelicanconf --- Website/pelicanconf.py | 9 +++++++++ themes/ivolution/templates/base.html | 8 +++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Website/pelicanconf.py b/Website/pelicanconf.py index 0a20edd..0aed4c8 100644 --- a/Website/pelicanconf.py +++ b/Website/pelicanconf.py @@ -15,6 +15,15 @@ LINKS = (('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'), ('Jinja2', 'http://jinja.pocoo.org'), ('You can modify those links in your config file', '#'),) +PAGELINKS = (('Ivolution Project', 'Ivolution.html'), + ('1 minute kick-off', 'OneMinuteTutorial.html'), + ('Downloads', 'Downloads.html'), + ('Installation', 'Installation.html'), + ('Main Interface', 'MainInterface.html'), + ('Settings Interface', 'Settings.html'), + ('Future Developments', 'FutureDevelopments.html'), + ('About', 'About.html'),) + # Social widget SOCIAL = (('You can add links in your config file', '#'), ('Another social link', '#'),) diff --git a/themes/ivolution/templates/base.html b/themes/ivolution/templates/base.html index f3c2f6d..8422897 100644 --- a/themes/ivolution/templates/base.html +++ b/themes/ivolution/templates/base.html @@ -41,11 +41,9 @@

Contents

Other Links