From 9db8f044d48b24cf8524a82abb8ac924d892c92c Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Wed, 5 Sep 2018 00:20:45 +0200 Subject: [PATCH] Added footer/font-awesome-js.html import in layout/about/single.html this fix issue #35 --- layouts/about/single.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/about/single.html b/layouts/about/single.html index 74ef975..28f0c03 100644 --- a/layouts/about/single.html +++ b/layouts/about/single.html @@ -10,4 +10,5 @@ {{ end }} {{ define "footer" }} +{{ partial "footer/font-awesome-js.html" . }} {{ end }}