2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 20:23:23 +00:00

docs(website): only make header light if it is on home

This commit is contained in:
TorchedSammy 2022-06-21 22:50:52 -04:00
parent 5b8820beab
commit 350162d084
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -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 ""}}