Logo links to home page

This commit is contained in:
2026-08-27 22:14:32 +02:00
parent d433a305f5
commit 3661d0b4b7
12 changed files with 19 additions and 13 deletions
+6
View File
@@ -1370,3 +1370,9 @@ In the currently running contaier the user olaf has no mastodon configured but t
### Assistant outcome
Found that `.form-section { display: grid; }` appeared later in the stylesheet than `.hidden { display: none; }`, overriding the initial hidden state of the Mastodon fieldset. Added `.form-section.hidden { display: none; }`, so the publishing control stays hidden until the authenticated configuration check explicitly reveals it.
### User
When clicking on the logo always go to the home page
### Assistant outcome
Wrapped the header logo in each web template with an accessible home-page link. Extended the heading font selector for the new logo-link wrapper, preserving existing header styling. Confirmed all eight templates contain exactly one home-linked logo and the focused API test module passed with 36 tests.