mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 21:38:33 +00:00
dont use latest to override derived info
This commit is contained in:
parent
450b4534ad
commit
0f84c40f69
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue