aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/section/products.html
diff options
context:
space:
mode:
authorMadeByMike <mike@madebymike.com.au>2018-01-01 22:46:28 +1100
committerShawn Erquhart <shawn@erquh.art>2018-01-09 17:40:17 -0500
commit5cc1f9b3670f06431775e026e5f9ea334e5a1e47 (patch)
tree2728259a26437f99b899955d063906a79f3788db /site/layouts/section/products.html
parent3a46e313ab10a2676e614795c7da43033bd1739a (diff)
Add baseof template
Diffstat (limited to 'site/layouts/section/products.html')
-rw-r--r--site/layouts/section/products.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/site/layouts/section/products.html b/site/layouts/section/products.html
index bf430ca..6a1243b 100644
--- a/site/layouts/section/products.html
+++ b/site/layouts/section/products.html
@@ -1,5 +1,4 @@
-{{ partial "head" . }}
-{{ partial "nav" . }}
+{{ define "main" }}
{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title) }}
@@ -29,4 +28,4 @@
{{ partial "table" .Params.pricing }}
-{{ partial "footer" . }}
+{{ end }}