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
dff65d6d03
Hilbish
/
website
/
themes
/
hsh
/
layouts
/
index.html
7 lines
99 B
HTML
Raw
Normal View
History
Unescape
Escape
docs: add website
2022-06-22 02:05:46 +00:00
{{ define "main" }}
website: set (or change) max width of content to 80em specifically
2022-12-10 18:54:08 +00:00
<
main
style
=
"max-width: 80em; margin: auto;"
>
docs: add website
2022-06-22 02:05:46 +00:00
{{.Content}}
<
/
main
>
{{ end }}