mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
show footer info and refresh button
This commit is contained in:
parent
b7cae4f72e
commit
52a2ddd2b6
4 changed files with 31 additions and 8 deletions
3
index.py
3
index.py
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue