2
0
Эх сурвалжийг харах

dont use latest to override derived info

Nick Sweeting 6 жил өмнө
parent
commit
0f84c40f69

+ 1 - 1
archivebox/index.py

@@ -174,7 +174,7 @@ def write_html_link_index(out_dir, link):
     with open(path, 'w', encoding='utf-8') as f:
     with open(path, 'w', encoding='utf-8') as f:
         f.write(Template(link_html).substitute({
         f.write(Template(link_html).substitute({
             **derived_link_info(link),
             **derived_link_info(link),
-            **link['latest'],
+            # **link['latest'],
         }))
         }))
 
 
     chmod_file(path)
     chmod_file(path)