1
0
Fork 0
mirnet.org/themes/mir/layouts/_default/baseof.html
brooke ddcd8a49c8
All checks were successful
Hugo / build (push) Successful in -11s
increase max width
2024-09-12 14:21:09 -04:00

15 lines
No EOL
360 B
HTML

<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body class="bg-white text-[#192252] flex flex-col justify-center items-center">
<section class="max-w-[1200px]">
{{ partial "nav.html" . }}
<section class="min-h-[1000px]">
{{ block "main" . }}{{ end }}
</section> {{ partial
"footer.html" . }}
</section>
</body>
</html>