summaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/_default/home.html')
-rw-r--r--site/layouts/_default/home.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html
index 28bcf0c..878e774 100644
--- a/site/layouts/_default/home.html
+++ b/site/layouts/_default/home.html
@@ -1,7 +1,15 @@
{{ define "main" }}
<main>
{{ partial "home/masthead" . }}
- {{ partial "home/masthead-followup" . }}
+ <div class="container-xxl bd-gutter masthead-followup">
+ {{ partial "home/get-started" . }}
+ {{ partial "home/customize" . }}
+ {{ partial "home/css-variables" . }}
+ {{ partial "home/components-utilities" . }}
+ {{ partial "home/plugins" . }}
+ {{ partial "home/icons" . }}
+ {{ partial "home/themes" . }}
+ </div>
</main>
{{ .Content }}