fixed the pages url again

This commit is contained in:
2017-10-16 07:01:06 +00:00
parent b2c1fb5d48
commit 4dcbcd8ae5
22 changed files with 110 additions and 110 deletions

View File

@@ -21,8 +21,8 @@ AUTHOR_FEED_RSS = None
# Menu
MENUITEMS = (
('Projects', 'pages/projects.html'),
('About', 'pages/about.html'),
('Projects', '/pages/projects.html'),
('About', '/pages/about.html'),
)
DISPLAY_PAGES_ON_MENU = False
@@ -31,9 +31,9 @@ DISPLAY_PAGES_ON_MENU = False
# ('OGS Mahjong', '/pages/ogs-mahjong.html'),
#)
PROJECTS = (
('OGS Mahjong', 'pages/ogs-mahjong.html'),
('OGS Editor', 'pages/ogs-editor.html'),
('OpenSceneGraph guide', 'pages/openscenegraph-guide.html'),
('OGS Mahjong', '/pages/ogs-mahjong.html'),
('OGS Editor', '/pages/ogs-editor.html'),
('OpenSceneGraph guide', '/pages/openscenegraph-guide.html'),
)
# Social widget