From: Zack M. Davis Date: Wed, 15 Jul 2026 23:10:23 +0000 (-0700) Subject: favicon X-Git-Url: https://zackmdavis.net/blog/source?a=commitdiff_plain;h=71b3980db8648c57d84f9a1e32022f94806742e7;p=An_Algorithmic_Lucidity.git favicon --- diff --git a/content/extra/favicon.ico b/content/extra/favicon.ico new file mode 100644 index 0000000..f928986 Binary files /dev/null and b/content/extra/favicon.ico differ diff --git a/pelicanconf.py b/pelicanconf.py index 372503b..5e9b832 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -108,10 +108,11 @@ MARKDOWN = { RELATIVE_URLS = False # Serve robots.txt (with a Content-Signal line permitting AI training/input use) -# at the site root instead of under /extra/ -STATIC_PATHS = ['extra/robots.txt'] +# and favicon.ico at the site root instead of under /extra/ +STATIC_PATHS = ['extra/robots.txt', 'extra/favicon.ico'] EXTRA_PATH_METADATA = { 'extra/robots.txt': {'path': 'robots.txt'}, + 'extra/favicon.ico': {'path': 'favicon.ico'}, } # --- Markdown mirrors + llms.txt, for LLM/agent legibility --- diff --git a/theme/templates/base.html b/theme/templates/base.html index 114fbf0..4657937 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -4,6 +4,7 @@ {% block title %}{{ SITENAME }}{% endblock %} + {% if FEED_ALL_ATOM %}