diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 13:43:01 +0200 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 13:43:01 +0200 |
commit | ee7b9b233e41c1cb580d396f8604daaa754d2c54 (patch) | |
tree | df2b5393eb2834f0abbb03b76f6671ccfd3493b0 /layouts | |
parent | 74226ff6399eab42cddaeb0e3ab3e4a742c7b3bc (diff) |
Better docs, Netlify CMS changes, stopgap for bug in when component issues arise
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html index 486eeab..a09d429 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -53,9 +53,9 @@ <div class="padding"></div> {{ else }}{{ end }} - <div class="padding"></div> - <!-- Individual info --> + {{ if not $active }} + <div class="padding"></div> <div class="components"> {{ $systems := .Site.Params.systems }} {{ range $index, $systems }} @@ -65,6 +65,7 @@ </div> {{ end }} </div> + {{ end }} <!-- End main --> </div><div class="padding"></div><hr> |