From cdbba65c38001d85c9fbbb8bc8059fe8907b6480 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 23 May 2017 16:18:41 +0200 Subject: Update default.html --- _layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 39c999e..a484232 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -91,7 +91,9 @@
- {{ content }} +
+ {{ content }} +
{% if site.comments %} {% include comments.html %} -- cgit