mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-23 02:40:59 +10:00
dont use latest to override derived info
This commit is contained in:
@@ -174,7 +174,7 @@ def write_html_link_index(out_dir, link):
|
||||
with open(path, 'w', encoding='utf-8') as f:
|
||||
f.write(Template(link_html).substitute({
|
||||
**derived_link_info(link),
|
||||
**link['latest'],
|
||||
# **link['latest'],
|
||||
}))
|
||||
|
||||
chmod_file(path)
|
||||
|
||||
Reference in New Issue
Block a user