From 3d337dc3f5b47b3d7a0011aa94651d221dbff522 Mon Sep 17 00:00:00 2001 From: chimchooree Date: Sat, 28 Nov 2020 11:22:20 -0600 Subject: [PATCH] grid push; starting to work on projects page --- src/index.py | 8 ++++---- src/views/box.tpl | 4 ++-- src/views/nav.tpl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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