Hide title on index page
This commit is contained in:
parent
a08531b1e1
commit
6e9657502d
1 changed files with 7 additions and 1 deletions
|
@ -110,3 +110,9 @@ Found an error, or have a content suggestion? **You** are welcome to suggest cha
|
|||
|
||||
## :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.
|
||||
|
||||
<style>
|
||||
.md-typeset h1 {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue