[guadec-web/oscp-2019] Fixed missing terminator for menu dictionary



commit db678ac986fb605b46e0cbff2a8b0a8de822f859
Author: Oliver Gutiérrez <ogutsua gmail com>
Date:   Wed Jun 12 13:10:35 2019 +0000

    Fixed missing terminator for menu dictionary

 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index e555ec6..0f3f867 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -43,7 +43,7 @@ MENU = {
     'About the city': {
         'About the city of Thessaloniki': '/pages/about-the-city.html',
 #        'Tourism in Almeria': '/pages/tourism-in-almeria.html',
-#    },
+    },
 #    'Map': '/pages/map.html',
     'Program': {
         'Proposals': '/pages/submit-a-proposal.html',


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