diff --git a/archivebox/index/schema.py b/archivebox/index/schema.py index 1ca4e801..9c83c4cf 100644 --- a/archivebox/index/schema.py +++ b/archivebox/index/schema.py @@ -201,6 +201,9 @@ class Link: 'basename': self.basename, 'extension': self.extension, 'is_static': self.is_static, + + 'tags_str': self.tags, # only used to render static index in index/html.py, remove if no longer needed there + 'icons': None, # only used to render static index in index/html.py, remove if no longer needed there 'bookmarked_date': self.bookmarked_date, 'updated_date': self.updated_date, diff --git a/archivebox/templates/core/minimal_index.html b/archivebox/templates/core/minimal_index.html index 3c69a831..f50007a6 100644 --- a/archivebox/templates/core/minimal_index.html +++ b/archivebox/templates/core/minimal_index.html @@ -4,7 +4,7 @@ Archived Sites - + diff --git a/archivebox/templates/core/static_index.html b/archivebox/templates/core/static_index.html index 07066e27..4e97b83b 100644 --- a/archivebox/templates/core/static_index.html +++ b/archivebox/templates/core/static_index.html @@ -209,7 +209,7 @@