aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/products/single.html
diff options
context:
space:
mode:
authorMathias Biilmann <info@mathias-biilmann.net>2017-12-07 10:20:11 -0800
committerGitHub <noreply@github.com>2017-12-07 10:20:11 -0800
commit8745627e7d171b4b1fd2062b4328bf23899663e9 (patch)
tree5f0399bf843f5a3055e0bb6d3da6774b1a01f307 /site/layouts/products/single.html
parent2db9a63c54df63e95c1fbf39391d201c98a62b86 (diff)
parenta4bfd44601069a1b054c396ad754c8a2b7ec688c (diff)
Merge pull request #11 from netlify-templates/update-for-cms-1-0
Update for CMS 1.0
Diffstat (limited to 'site/layouts/products/single.html')
-rw-r--r--site/layouts/products/single.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/site/layouts/products/single.html b/site/layouts/products/single.html
deleted file mode 100644
index bf430ca..0000000
--- a/site/layouts/products/single.html
+++ /dev/null
@@ -1,32 +0,0 @@
-{{ partial "head" . }}
-{{ partial "nav" . }}
-
-{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title) }}
-
-{{ partial "4-up" .Params.intro }}
-
-
-{{ with .Params.main }}
-<div class="mw7 center">
- <div class="mw6 ph3 mb3">
- <h3 class="f3 b lh-title mb2">{{ .heading }}</h3>
- <p>{{ .description }}</p>
- </div>
-</div>
-
-<!-- Image grid -->
-{{ partial "image-grid" . }}
-{{ end }}
-
-<div class="pb4">
- {{ range .Params.testimonials }}
- {{ partial "blockquote" . }}
- {{ end }}
-</div>
-
-<!-- Full-width image -->
-<img src="{{ .Params.full_image }}" alt="" class="db w-100">
-
-{{ partial "table" .Params.pricing }}
-
-{{ partial "footer" . }}