@@ -393,7 +393,6 @@ class SnapshotDownloader:
|
||||
if local_path:
|
||||
media_html += '<div class="image-item">\n'
|
||||
media_html += f' <img src="{local_path}" alt="{image_name}" loading="lazy">\n'
|
||||
media_html += f' <p class="image-caption">{image_name}</p>\n'
|
||||
media_html += f' <p class="image-meta">Updated: {self.format_date(image.get("updated", ""))}</p>\n'
|
||||
media_html += "</div>\n"
|
||||
else:
|
||||
@@ -456,7 +455,6 @@ class SnapshotDownloader:
|
||||
# Add any additional fields that might be interesting
|
||||
metadata_fields = [
|
||||
("code", "Code"),
|
||||
("frameworkIndicatorCount", "Framework Indicators"),
|
||||
("signed", "Signed Status"),
|
||||
("type", "Type"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user