diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-23 13:12:20 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-23 13:12:20 +0300 |
commit | ac553a567f930648a1f350d298d60ef091858c7a (patch) | |
tree | f8109278676debde9884befebe22ae3c39b5a48b /layouts/index.html | |
parent | d7500b363fee49307304fa623f74649cb408b532 (diff) |
Work towards a release candidate
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index f80dfe0..b937777 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -97,6 +97,9 @@ {{ end }} </div> + {{ if .Site.Params.enableCustomHTML }} + {{ partial "custom/homepage-summary" . }} + {{ end }} <!-- End main --> </div> |