[guadec-web] Update pelicanconf.py



commit dfcb6bf9e77d2b4453ef8851c9cce17aec7b5f5f
Author: Kat <kittykat3756 gmail com>
Date:   Tue Jun 5 18:31:27 2018 +0000

    Update pelicanconf.py
    
    Re-add link to CoC and reorder menu

 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index 0bfc79c..bfc004a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -37,6 +37,7 @@ OPEN_REGISTRATION = False
 # Menu links
 MENU = {
     'Home': '/',
+    'About the city': '/pages/about-almeria.html',
     'Program': {
         'Proposals': '/pages/submit-a-proposal.html',
         'Schedule': '/pages/schedule.html',
@@ -45,14 +46,13 @@ MENU = {
 #        'Social events': '/pages/social-events.html',
     },
 #    'Unconference': '/pages/unconference.html',
-    'About the city': '/pages/about-almeria.html',
     'Travel': {
         'Getting there': '/pages/travel.html',
         'Main accommodation': '/pages/guadec-main-accommodation.html',
         'Other accommodation options': '/pages/other-accommodation-alternatives.html',
         'Visa': '/pages/getting-an-spanish-visa.html',
     },
-#    'Code of Conduct': '/pages/code-of-conduct.html',
+    'Code of Conduct': '/pages/code-of-conduct.html',
     'Sponsors': '/pages/sponsors.html',
 #    'Materials': '/pages/materials.html',
 #    'Contact': '/pages/contact.html',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]