From 9c26bbb254236f5c8aea5d0125514a007d9b789f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 13 Jan 2018 15:38:01 +0000 Subject: [PATCH] Integration of the comment system --- _layouts/post.html | 17 +++++++++++++++++ _posts/2018-01-01-example-content.md | 7 ++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 748d3a9..b511563 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,6 +23,23 @@ layout: default +{% if page.comments %} +
+ +{% endif %} +