From 72ab4b428f76e693132b83a39c123e0a7b07c352 Mon Sep 17 00:00:00 2001 From: superposition Date: Fri, 11 Sep 2026 15:22:51 -0400 Subject: [PATCH] Docs: inline the psi wordmark and add the favicon files The header carried a text tilde; it now inlines the four elements of the qualia mark (docs/assets/mark/psi.svg) and links the same files as the site icon and the 180x180 Apple touch icon. --- docs/_layouts/default.html | 9 ++++++++- docs/assets/mark/psi-180.png | Bin 0 -> 21991 bytes docs/assets/mark/psi.svg | 14 ++++++++++++++ docs/assets/notebook.css | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 docs/assets/mark/psi-180.png create mode 100644 docs/assets/mark/psi.svg diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 18305f8..35f64ae 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -6,6 +6,8 @@ {% seo %} {% feed_meta %} + + {% if page.profiles %}{% endif %} {% if page.mesh_band %}{% endif %} @@ -17,7 +19,12 @@