Update meta info, add tricks page
This commit is contained in:
parent
6e9657502d
commit
4f4e80362a
4 changed files with 23 additions and 0 deletions
14
docs/handbook/meta/tricks.md
Normal file
14
docs/handbook/meta/tricks.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Tips + Tricks
|
||||
Some handy tips and tricks when working on this site:
|
||||
|
||||
## Custom HTML
|
||||
### 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
|
||||
<style>
|
||||
.md-typeset h1 {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue