diff --git a/tools/page_shares.py b/tools/page_shares.py index c651876..89dab31 100644 --- a/tools/page_shares.py +++ b/tools/page_shares.py @@ -58,6 +58,7 @@ WEEKDAYS = { def mixin_tag(content: str, tag: str) -> str: return f"""<{tag}> + {content} """