{{- /* Fallback copy-code button. The theme (footer.html) already adds a themed `.copy-code` control to code blocks on single article pages. This is a safety net for code that shows up on other page kinds (lists / archives / search) where that scoped script never runs. Two fixes over the old version: 1. No more double buttons. The theme places its control INSIDE the
 for plain blocks but on the `.highlight` WRAPPER for
            syntax-highlighted ones — so the old `pre.querySelector('button')`
            guard missed it and every highlighted block ended up with two
            stacked copy buttons. We now also check the `.highlight` wrapper.
         2. Reuse the `.copy-code` class instead of a hard-coded dark button,
            so the fallback inherits the same theme styling, hover / touch
            reveal and "copied!" pop as the primary control (the old
            background:#444 button ignored light/dark theme entirely). */ -}}