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

@ -90,6 +90,9 @@ def write_html_links_index(out_dir, links):
'num_links': len(links),
'date_updated': datetime.now().strftime('%Y-%m-%d'),
'time_updated': datetime.now().strftime('%Y-%m-%d %H:%M'),
'footer_info': FOOTER_INFO,
'git_sha': GIT_SHA,
'short_git_sha': GIT_SHA[:8],
'rows': link_rows,
}