Merge staging #22

Manually merged
thhsh merged 57 commits from staging into main 2025-07-22 01:38:08 +00:00
Showing only changes of commit 9c9cc8c73d - Show all commits

View file

@ -5,7 +5,7 @@ Some handy tips and tricks when working on this site:
### Hide page title
To hide the title on a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), paste this style block somewhere on the page:
``` html
``` html linenums="1"
<style>
.md-typeset h1 {
display: none;