diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7ac3c1f..0c91775 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -15,6 +15,10 @@ {{ partial "single/single.html" . }} + {{ if .Params.include_footer }} + {{ partial "footer.html" . }} + {{ end }} +