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