cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 0f76af44720b58fd55f8b3a9c788188f4f842019
parent 5e3b04ac7e3f4c2d19b45eaf3a9fbc11a588cb3f
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date:   Tue, 28 May 2019 16:30:47 +0800

Fixed Comments false in post not working #27
Diffstat:
M_includes/comments.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/comments.html b/_includes/comments.html @@ -1,4 +1,4 @@ -{% if site.comments_enabled %} +{% if site.comments_enabled and page.comments %} <aside id="comments" class="disqus"> <div class="container">