From 3c8905099c61de71a12dd3c599bb70ff6c26fd63 Mon Sep 17 00:00:00 2001 From: Zhe Zhang Date: Mon, 4 May 2015 15:56:40 +0800 Subject: fixed a bug including partial footer.html --- layouts/post/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/post/single.html b/layouts/post/single.html index 3dae753..ccec01c 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -23,7 +23,7 @@ - {{ partial "footer.html " . }} + {{ partial "footer.html" . }} {{ with .Site.Params.AnalyticsID }}{{ partial "analytics.html" . }}{{ end }} -- cgit v1.2.3