diff --git a/src/index.py b/src/index.py index 2a9577d..728e32d 100644 --- a/src/index.py +++ b/src/index.py @@ -571,6 +571,7 @@ def entry(page_t): preview = preview_t.replace('

','') preview = preview.replace('

','') preview = preview.replace('<p>','') + preview = preview[:246] + " ..." print(preview) info = {'css': 'entry', 'title': entry[0], 'year': find_year(), 'preview': preview, 'entry': entry, 'recommends': list_rec(page, loc), 'articles': "Articles", 'latest': list_headlines(gather_and_sort(loc)[0:5], loc), 'tags': fill_word_cloud(curate_files(gather_files(loc)), loc), 'page': page, 'category': "diary"} diff --git a/src/views/header.tpl b/src/views/header.tpl index 1c7f156..d8dde63 100644 --- a/src/views/header.tpl +++ b/src/views/header.tpl @@ -1,9 +1,15 @@ {{title or 'blessfrey.me'}} - + + + + + + +