push
This commit is contained in:
+4
-4
@@ -501,8 +501,9 @@ def games():
|
||||
@route('/japanese')
|
||||
def japanese():
|
||||
"""japanese"""
|
||||
info = {'css': 'cornucopia', 'title': 'studying Japanese', 'year': find_year()}
|
||||
return template('cornucopia.tpl', info)
|
||||
#info = {'css': 'cornucopia', 'title': 'studying Japanese', 'year': find_year()}
|
||||
redirect('/https://blessfrey.me/diary/entries/240220')
|
||||
#return template('cornucopia.tpl', info)
|
||||
|
||||
# Diary Page
|
||||
@route('/')
|
||||
@@ -723,8 +724,7 @@ def story(story):
|
||||
@route('/study')
|
||||
def study():
|
||||
"""study"""
|
||||
#info = {'css': 'games', 'title': 'blessfrey wiki', 'year': find_year()}
|
||||
redirect('/wiki.blessfrey.me/view/Main_Page')#template('study.tpl', info)
|
||||
redirect('/wiki.blessfrey.me/view/Main_Page')
|
||||
|
||||
# Search Diary by Tag
|
||||
@route('/diary/tag/<tagin>') # Start on first Diary tag page if no page given
|
||||
|
||||
Reference in New Issue
Block a user