diff options
| author | MadeByMike <mike@madebymike.com.au> | 2018-01-01 22:46:28 +1100 |
|---|---|---|
| committer | Shawn Erquhart <shawn@erquh.art> | 2018-01-09 17:40:17 -0500 |
| commit | 5cc1f9b3670f06431775e026e5f9ea334e5a1e47 (patch) | |
| tree | 2728259a26437f99b899955d063906a79f3788db /site/layouts/index.html | |
| parent | 3a46e313ab10a2676e614795c7da43033bd1739a (diff) | |
Add baseof template
Diffstat (limited to 'site/layouts/index.html')
| -rw-r--r-- | site/layouts/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/site/layouts/index.html b/site/layouts/index.html index a21df24..d4e1902 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,6 +1,4 @@ -{{ partial "head" . }} - -{{ partial "nav" . }} +{{ define "main" }} {{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title "subtitle" .Params.subtitle) }} @@ -12,4 +10,4 @@ {{ partial "blog" . }} -{{ partial "footer" . }} +{{ end }} |
