Initial website deployment
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m44s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m44s
This commit is contained in:
6
layouts/home.html
Normal file
6
layouts/home.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<main class="home">
|
||||
{{ partial "home-intro.html" . }}
|
||||
{{ partial "file-index.html" (dict "active" "posts") }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user