diff --git a/src/index.py b/src/index.py index 04aae79..054f0c1 100644 --- a/src/index.py +++ b/src/index.py @@ -3,7 +3,7 @@ from bottle import route, run, template @route('/') def index(): """home page""" - info = {'news': 'News goes here'} + info = {'news': 'News goes here', 'title': 'chimchooree\'s dev space - blessfrey', 'year': '2020'} return template('index.tpl', info) @route('/game') diff --git a/src/views/footer.tpl b/src/views/footer.tpl index 72980ed..ec74381 100644 --- a/src/views/footer.tpl +++ b/src/views/footer.tpl @@ -1,6 +1,6 @@ diff --git a/src/views/index.tpl b/src/views/index.tpl index 90d5783..1d55b68 100644 --- a/src/views/index.tpl +++ b/src/views/index.tpl @@ -1,5 +1,5 @@ -% rebase('frame.tpl', title='chimchooree\'s dev space - blessfrey') +% rebase('frame.tpl')