|
|
@ -38,5 +38,5 @@ def edit_index(filepath, json_allworks_dict):
|
|
|
|
insert_work(div_section02, 'Graduation_work thumbnail', graduation_work, key )
|
|
|
|
insert_work(div_section02, 'Graduation_work thumbnail', graduation_work, key )
|
|
|
|
return tree
|
|
|
|
return tree
|
|
|
|
|
|
|
|
|
|
|
|
index_tree = edit_index('web/index.html', json_allworks)
|
|
|
|
index_tree = edit_index('web/index-template.html', json_allworks)
|
|
|
|
write_html_file(index_tree, 'web/index_edited.html')
|
|
|
|
write_html_file(index_tree, 'web/index.html')
|
|
|
|