show footer info and refresh button

This commit is contained in:
Nick Sweeting 2018-04-17 09:14:01 -04:00
parent b7cae4f72e
commit 52a2ddd2b6
4 changed files with 31 additions and 8 deletions

View file

@ -34,6 +34,7 @@ LINK_INDEX_TEMPLATE = os.getenv('LINK_INDEX_TEMPLATE', 'templates/link_ind
INDEX_TEMPLATE = os.getenv('INDEX_TEMPLATE', 'templates/index.html')
INDEX_ROW_TEMPLATE = os.getenv('INDEX_ROW_TEMPLATE', 'templates/index_row.html')
TEMPLATE_STATICFILES = os.getenv('TEMPLATE_STATICFILES', 'templates/static')
FOOTER_INFO = os.getenv('FOOTER_INFO', 'Content is hosted for personal archiving purposes only. Contact server owner for any takedown requests.',)
### Output Paths
ROOT_FOLDER = os.path.dirname(os.path.abspath(__file__))