From 8b22080005314e0d8877789f453818cdd267e96f Mon Sep 17 00:00:00 2001 From: Richard Hope Date: Tue, 28 Jul 2026 19:30:18 +1000 Subject: [PATCH] Drop the PyPI social link until there is a release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit icebergsca is not published yet — pypi.org/pypi/icebergsca/json is a 404. (The project page returns 200, but that is PyPI's bot challenge, which it returns for names that do not exist either.) A footer icon linking to a missing package is the kind of unearned claim this tool exists to complain about. Restore it with the first release. Co-Authored-By: Claude Opus 5 (1M context) --- website/zensical.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/zensical.toml b/website/zensical.toml index fbaa490..f4128fc 100644 --- a/website/zensical.toml +++ b/website/zensical.toml @@ -78,9 +78,10 @@ toggle.name = "Switch to light mode" icon = "fontawesome/brands/github" link = "https://github.com/IcebergAI/IcebergSCA" -[[project.extra.social]] -icon = "fontawesome/brands/python" -link = "https://pypi.org/project/icebergsca/" +# A PyPI social link belongs here too, but icebergsca has no release yet +# (pypi.org/pypi/icebergsca/json is a 404) and a footer icon that 404s is +# exactly the kind of unearned claim this tool exists to complain about. +# Restore it with the first release. # ---------------------------------------------------------------------------- # Markdown extensions (carried over from the Zensical default template)