summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
docs: Prepare for new sub tree
See #11925
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, 0 insertions, 27 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
deleted file mode 100644
index 3df97ae42..000000000
--- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{{ define "header" }}
- {{ partial "hero.html" . }}
- {{ partial "boxes-small-news.html" . }}
-{{ end }}
-
-{{ define "main" }}
- <section class="w-100 ph4 ph5-ns pv4">
- {{- partial "home-page-sections/features-icons.html" . -}}
- </section>
-
- {{ partial "home-page-sections/sponsors.html" (dict "cx" . "gtag" "home" ) }}
-
- {{- partial "home-page-sections/features-single.html" . -}}
-
- {{- 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.html" . -}}
- </section>
-
- <section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray bg-accent-color-dark">
- {{- partial "home-page-sections/tweets.html" . -}}
- </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.html" . -}}
- </section>
-{{ end }}