From fbafad3ea2f968bb9c232c592f00351b511f4718 Mon Sep 17 00:00:00 2001 From: Andrea Tarocchi Date: Wed, 5 Sep 2018 00:15:23 +0200 Subject: [PATCH] Added font-awesome import in layouts/about/single.html this fix #33 --- 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 }}