website/themes/cozy-hugo/layouts/_default/baseof.html
vrifox f08b98f394
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
Improve Mobile Friendlyness + Accessibility (#5)
Reviewed-on: #5
Co-authored-by: vrifox <vrifox@vrifox.cc>
Co-committed-by: vrifox <vrifox@vrifox.cc>
2023-07-29 21:02:58 +02:00

15 lines
No EOL
240 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
{{ partial "head.html" . }}
</head>
<body>
{{- block "header" . }}{{- end }}
{{ partial "nav.html" . }}
{{- block "main" . }}{{- end }}
{{ partial "footer.html" . }}
</body>
</html>