Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhe Zhang <neomana@gmail.com>2015-05-04 10:56:40 +0300
committerZhe Zhang <neomana@gmail.com>2015-05-04 10:56:40 +0300
commit3c8905099c61de71a12dd3c599bb70ff6c26fd63 (patch)
tree03c0b0a934a339aa4f95d21a6d63f6f8b3baa457
parent7b6bb7c8d3b86d4f9e53f897e9a903553732a39c (diff)
fixed a bug including partial footer.html
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</div>
</div>
</div>
- {{ partial "footer.html " . }}
+ {{ partial "footer.html" . }}
</div>
<script src="{{ .Site.BaseUrl }}/js/slim.js"></script>
{{ with .Site.Params.AnalyticsID }}{{ partial "analytics.html" . }}{{ end }}