mirror of https://github.com/Hilbis/Hilbish
docs(website): fix headers in home page properly
parent
c80bede1d3
commit
1fb855286b
|
@ -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.
|
**Hilbish** is the new interactive shell for Lua fans.
|
||||||
Extensible, scriptable, configurable: All in Lua.
|
Extensible, scriptable, configurable: All in Lua.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<h{{ .Level }} id="{{ .Anchor | safeURL }}" {{ if .IsHome }}class="fw-light"{{ end }}>
|
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
||||||
{{ .Text | safeHTML }}
|
{{ .Text | safeHTML }}
|
||||||
</h{{ .Level }}>
|
</h{{ .Level }}>
|
||||||
{{ if eq .Text ""}}
|
{{ if eq .Text ""}}
|
||||||
|
|
Loading…
Reference in New Issue