forked from drowl87/hextra_mirror

chore: add styles to html and body chore: update theme for tailwind config chore: update colors chore: add list layout override for docs chore: update default layouts chore: update contents
10 lines
200 B
HTML
10 lines
200 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{{- partial "head.html" . -}}
|
|
<body dir="ltr">
|
|
{{- partial "navbar.html" . -}}
|
|
{{- block "main" . }}{{ end -}}
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
</html>
|