From b4daef2f59210fcc9beec1f90aecd39eea8f7ef4 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 7 Mar 2020 01:25:08 +0800 Subject: [PATCH] Remove redundant DOM structure. --- _layouts/page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index be3707c..cb2866c 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -25,14 +25,14 @@ layout: default +{% if site.disqus.comments and page.comments %}
- {% if site.disqus.comments and page.comments %} - {% include disqus.html %} - {% endif %} + {% include disqus.html %}
+{% endif %}