Hide title on index page

This commit is contained in:
thhsh-local 2025-06-05 12:33:28 -04:00
parent a08531b1e1
commit 6e9657502d
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg

View file

@ -110,3 +110,9 @@ Found an error, or have a content suggestion? **You** are welcome to suggest cha
## :fontawesome-brands-creative-commons: License ## :fontawesome-brands-creative-commons: License
The contents of this site are licensed under [:fontawesome-brands-creative-commons::fontawesome-brands-creative-commons-by::fontawesome-brands-creative-commons-sa: CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), unless otherwise noted. The contents of this site are licensed under [:fontawesome-brands-creative-commons::fontawesome-brands-creative-commons-by::fontawesome-brands-creative-commons-sa: CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), unless otherwise noted.
<style>
.md-typeset h1 {
display: none;
}
</style>