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

pull/177/head
TorchedSammy 2022-06-21 22:50:52 -04:00
parent 5b8820beab
commit 350162d084
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

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