move up hugo to root
This commit is contained in:
16
layouts/index.html
Normal file
16
layouts/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<div class="text-center m-4">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
<p class="text-center">Under construction. Come back later! :)</p>
|
||||
<div>
|
||||
<h4>Recent posts</h4>
|
||||
{{ range .Pages }}
|
||||
{{ range .Pages }}
|
||||
{{ partial "postcard" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</article>
|
||||
{{ end }}
|
Reference in New Issue
Block a user