summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html
deleted file mode 100644
index f36b3d674..000000000
--- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/features-single.html
+++ /dev/null
@@ -1,32 +0,0 @@
-{{ if .Params.sections }}
- {{ range .Params.sections }}
- {{ $.Scratch.Add "i" 1 }}{{ $i := $.Scratch.Get "i" }}
-
- <section class="w-100 ph4 ph5-ns pv4 pv6-ns mid-gray {{ .color_classes }}">
- <div class="flex-ns flex-wrap center mw9">
-
- <div class="w-100 w-50-l {{ if modBool $i 2 }}order-1{{ else }}order-0{{ end }}">
- <div class="w-90-ns center">
- <img src="{{ .image }}" alt="image depicting an example of {{ .heading }}" class="img shadow-5">
- </div>
- </div>
-
- <div class="w-100 w-50-l">
- <div class="w-80-ns center tc">
- <h3 class="f1 fw4 black ma0 pt4 lh-title pt0-l">{{ .heading }}</h3>
- <p class="f3 lh-copy">
- {{ .copy }}
- </p>
- <p class="f4 lh-copy nested-linksTK">
- <a href="{{ .link | absURL }}" class="link black dim">
- {{ .cta }} {{ partial "svg/link-ext.svg" (dict "fill" "#333" "size" "14") }}
- </a>
- </p>
- </div>
- </div>
-
- </div>
- </section>
-
- {{ end }}
-{{ end }}