From 9661c863b3303261c7b87b117a33f204bf467b84 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 01:06:23 -0500 Subject: [PATCH] css style tweaks for icons --- archivebox/core/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivebox/core/utils.py b/archivebox/core/utils.py index 3df46a51..39dca220 100644 --- a/archivebox/core/utils.py +++ b/archivebox/core/utils.py @@ -48,7 +48,7 @@ def get_icons(snapshot: Snapshot) -> str: # The check for archive_org is different, so it has to be handled separately target_path = Path(path) / "archive.org.txt" exists = target_path.exists() - output += '{} '.format(canon["archive_org_path"], str(exists), + output += '{} '.format(canon["archive_org_path"], str(exists), "archive_org", icons.get("archive_org", "?")) - return format_html(f'{output}') + return format_html(f'{output}')