Initial commit: Hugo setup met Bootstrap
This commit is contained in:
9
layouts/index.html
Normal file
9
layouts/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "hero.html" . }}
|
||||
|
||||
|
||||
|
||||
<div class="container my-5">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user