mirror of https://github.com/Hilbis/Hilbish
docs(website): only make header light if it is on home
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 }}
|
{{ .Text | safeHTML }}
|
||||||
</h{{ .Level }}>
|
</h{{ .Level }}>
|
||||||
{{ if eq .Text ""}}
|
{{ if eq .Text ""}}
|
||||||
|
|
Loading…
Reference in New Issue