diff options
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> |