Inline the psi wordmark and add the favicon files - #82
Merged
Merged
Conversation
The header carried a text tilde; it now inlines the four <path> 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.
This was referenced Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inline the psi wordmark and add the favicon files
Ticket
superposition/qualia#58, Step 41, second site. This repo's docs header carried thesame text tilde as the journal site. Re-read first, as the ticket says:
docs/_layouts/default.htmldoes carry
<span class="mark" aria-hidden="true">∿</span>inside.wordmark, so it is replacedin place (no insertion path needed).
<path>elements of the Qualia markdocs/_layouts/default.html<link rel="icon" ...>and<link rel="apple-touch-icon" ...>withrelative_url, after{% feed_meta %}docs/_layouts/default.html.markfrom a text glyph (font-size: 23px; line-height: 1;) to the 27x27 box, keeping the border, radius and colourdocs/assets/notebook.csssuperposition/qualia's committedassets/mark/filesdocs/assets/mark/psi.svg,docs/assets/mark/psi-180.pngVerification
Blob identity with
superposition/qualia:The ticket's test, run against this branch locally (the layout rendered with
relative_urlresolved, served over loopback, driven in headless Chromium):
docs/assets/mark/psi.svgparses as XML withviewBox="0 0 100 100"and four<path>elementsequal to the Qualia mark's;
docs/assets/mark/psi-180.pngis a PNG with IHDR 180x180.This branch is prepared but not merged: the repo's default branch (
master) and its deploy areMain's call.