summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
new file mode 100644
index 000000000..93dfdd6c6
--- /dev/null
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
@@ -0,0 +1,27 @@
+{{ define "header" }}
+ {{ partial "hero" . }}
+ {{ partial "boxes-small-news" . }}
+{{ end }}
+
+{{ define "main" }}
+ <section class="w-100 ph4 ph5-ns pv4">
+ {{- partial "home-page-sections/features-icons" . -}}
+ </section>
+
+ {{ partial "home-page-sections/sponsors.html" (dict "cx" . "gtag" "home" ) }}
+
+ {{- partial "home-page-sections/features-single" . -}}
+
+ {{- partial "home-page-sections/showcase.html" . -}}
+
+ <section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-white bb bt b--light-gray">
+ {{- partial "home-page-sections/installation" . -}}
+ </section>
+
+ <section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-accent-color-dark">
+ {{- partial "home-page-sections/tweets" . -}}
+ </section>
+ <section class="w-100 ph4 ph5-ns pt4 pb5 mid-gray bg-primary-color-light bb bt b--light-gray ">
+ {{- partial "home-page-sections/open-source-involvement" . -}}
+ </section>
+{{ end }}