From 4cace2f42208bc54298894d4bc0988b165bd73da Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:39:16 +0300 Subject: add: hooks, documentation, and other vibed edits --- scripts/gen_bots.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'scripts') diff --git a/scripts/gen_bots.py b/scripts/gen_bots.py index ddb2d54..ed53bc6 100644 --- a/scripts/gen_bots.py +++ b/scripts/gen_bots.py @@ -37,17 +37,7 @@ a { color: inherit; } @media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } } @media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } }""" -FOOTER = """\ -""" +FOOTER = "" def page(title, header_html, content_html): @@ -56,6 +46,7 @@ def page(title, header_html, content_html): + {title}