|
|
@ -437,7 +437,7 @@ def entry(page):
|
|
|
|
def extra(page):
|
|
|
|
def extra(page):
|
|
|
|
"""diary extra"""
|
|
|
|
"""diary extra"""
|
|
|
|
loc = 'diary/entries/extra/'
|
|
|
|
loc = 'diary/entries/extra/'
|
|
|
|
info = {'css': 'feature', 'title': 'blessfrey - developer diary', 'year': find_year(), 'entry': retrieve_article(page, loc), 'recommends': list_rec(page), 'articles': "Articles", 'latest': list_headlines(gather_and_sort('diary/entries/')[0:5]), 'tags': fill_word_cloud(curate_files(gather_files(loc))), 'page': page}
|
|
|
|
info = {'css': 'feature', 'title': 'blessfrey - developer diary', 'year': find_year(), 'entry': retrieve_article(page, loc), 'recommends': list_rec(page), 'articles': "Articles", 'latest': list_headlines(gather_and_sort(loc)[0:5]), 'tags': fill_word_cloud(curate_files(gather_files(loc))), 'page': page}
|
|
|
|
abs_app_dir_path = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
abs_app_dir_path = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
abs_views_path = os.path.join(abs_app_dir_path, 'views')
|
|
|
|
abs_views_path = os.path.join(abs_app_dir_path, 'views')
|
|
|
|
TEMPLATE_PATH.insert(0, abs_views_path )
|
|
|
|
TEMPLATE_PATH.insert(0, abs_views_path )
|
|
|
|