Wire up custom-head include so GitHub icon + Dracula toggle load#22
Merged
Merged
Conversation
minima 2.5.1's bundled head.html does not include custom-head.html (that hook landed in later versions), so the previous commit's CSS/JS were never loaded. Copy minima 2.5.1's head verbatim and append the custom-head include so the topbar and Dracula styles actually ship. https://claude.ai/code/session_01KbChsJEaBou8JpfCNyJJZf
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.
Summary
_includes/head.htmlto add{%- include custom-head.html -%}(the hook didn't exist in that version, which is why the previous merge had no visible effect).theme.css,theme.js, andcustom-head.htmlfrom Add GitHub icon and Dracula dark mode toggle #21 are now actually loaded, so the fixed top-right GitHub icon and Dracula sun/moon toggle render on every page.Test plan
/and/badges/.#282a36bg,#bd93f9links,#ff79c6hover); icon swaps to ☀.localStorage['bbb-theme'].https://claude.ai/code/session_01KbChsJEaBou8JpfCNyJJZf
Generated by Claude Code