From 310c1b4a269040d35c7730cae5089beb07f785da Mon Sep 17 00:00:00 2001 From: Adam Dymitruk Date: Sun, 30 Apr 2017 14:07:07 -0700 Subject: partial calls require .html suffix make work with older hugo versions by specifying the suffix as per https://discuss.gohugo.io/t/fixed-calling-partial-without-specifying-html-suffix/6028 --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 65916c7..849c0f5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,7 +17,7 @@ -{{ partial "footer_scripts" . }} +{{ partial "footer_scripts.html" . }} -- cgit v1.2.3