docs(website): fix headers in home page properly

pull/177/head
TorchedSammy 2022-06-21 23:03:03 -04:00
parent c80bede1d3
commit 1fb855286b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# Something Unique.
[//]: <>
<!-- hugo (prob goldmark) is funny; the html wont work if its the first thing -->
<h1 class="fw-light">Something Unique.</h1>
**Hilbish** is the new interactive shell for Lua fans.
Extensible, scriptable, configurable: All in Lua.

View File

@ -1,4 +1,4 @@
<h{{ .Level }} id="{{ .Anchor | safeURL }}" {{ if .IsHome }}class="fw-light"{{ end }}>
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
</h{{ .Level }}>
{{ if eq .Text ""}}