mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 20:53:24 +00:00
docs(website): only make header light if it is on home
This commit is contained in:
parent
5b8820beab
commit
350162d084
@ -1,4 +1,4 @@
|
||||
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="fw-light">
|
||||
<h{{ .Level }} id="{{ .Anchor | safeURL }}" {{ if .IsHome }}class="fw-light"{{ end }}>
|
||||
{{ .Text | safeHTML }}
|
||||
</h{{ .Level }}>
|
||||
{{ if eq .Text ""}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user