You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
27435ba3dc
Zola auto-generates id="available-commands" on the "Available commands" <h2>. The placeholder <p> shared that id, so getElementById matched the heading first and the populate-from-WASM_COMMANDS script ended up overwriting the heading text — rendering the command list at h2 size. Rename the placeholder to a non-colliding id.