Downloaded theme
This commit is contained in:
12
themes/minimal-black/layouts/index.html
Normal file
12
themes/minimal-black/layouts/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<section class="layout-page">
|
||||
<div class="page-int section-stack section-stack--home">
|
||||
{{ $default := slice "hero" "now" "tech-marquee" "projects" "posts" }}
|
||||
{{ $sections := .Site.Params.home.sections | default $default }}
|
||||
|
||||
{{ range $sections }}
|
||||
{{ partial (printf "home/%s.html" .) $ }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user