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

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajduk <pawel.hajduk89@gmail.com>2017-02-18 02:25:37 +0300
committerPawel Hajduk <pawel.hajduk89@gmail.com>2017-02-18 02:25:37 +0300
commit0df782b72bd4252f6adf238b5ce498a788737922 (patch)
tree9c6e99e341fae23eece1e0ee3daf00c1b3fbb684
parentf93318b228eada80f2e4bf6b876178e6af6c02bd (diff)
Fixed DIV tag position in single layout
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8c2f33f..6d9fea9 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -49,8 +49,8 @@
<hr>
{{ partial "disqus" . }}
</div>
- {{ end }}
</div>
+ {{ end }}
</div>
<!-- Footer -->