This website requires JavaScript.
Explore
Help
Sign In
sammyette
/
Hilbish
mirror of
https://github.com/Hilbis/Hilbish
Watch
2
Star
2
Fork
You've already forked Hilbish
0
Code
Issues
Releases
Wiki
Activity
7e85ee1ac3
Hilbish
/
website
/
themes
/
hsh
/
layouts
/
_default
/
page.html
8 lines
97 B
HTML
Raw
Normal View
History
Unescape
Escape
docs: add website
2022-06-22 02:05:46 +00:00
{{ define "main" }}
<
main
>
fix(website): don't center text content for main pages
2022-06-22 19:49:30 +00:00
<
div
class
=
"container mt-2"
>
docs: add website
2022-06-22 02:05:46 +00:00
{{.Content}}
<
/
div
>
<
/
main
>
{{ end }}