Initial commit: Hugo setup met Bootstrap

This commit is contained in:
2026-02-21 11:15:13 +01:00
commit a16546a971
30 changed files with 806 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="nl">
<head>
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" . }}
<main class="my-5">
{{ block "main" . }}{{ end }}
</main>
{{ partial "footer.html" . }}
</body>
</html>