diff --git a/src/index.py b/src/index.py index 1ca3819..e56fd0c 100644 --- a/src/index.py +++ b/src/index.py @@ -213,10 +213,10 @@ def index(): info = {'css': 'index', 'news': list_headlines(gather_and_sort(loc)[0:10]), 'title': 'chimchooree\'s dev space - blessfrey', 'year': datetime.datetime.now()} return template('index.tpl', info) -# Game Page - Game Template - system, character, story info -@route('/game') -def game(): - """game page""" +# Projects Page - Game Template - system, character, story info +@route('/projects') +def projects(): + """projects page""" info = {'css': 'game', 'title': 'blessfrey - about the game', 'year': datetime.datetime.now()} return template('game.tpl', info) diff --git a/src/views/box.tpl b/src/views/box.tpl index 7859478..9a95d50 100644 --- a/src/views/box.tpl +++ b/src/views/box.tpl @@ -7,12 +7,10 @@

Website To-Do



diff --git a/src/views/nav.tpl b/src/views/nav.tpl index 6bc6fe6..9c32230 100644 --- a/src/views/nav.tpl +++ b/src/views/nav.tpl @@ -15,7 +15,7 @@ game