From 9d1f1c0d960b60efeb2346d5f99b7e94feb6b566 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 9 Jan 2021 09:14:30 +0100 Subject: [PATCH] A few other attempts at getting comment count working --- layouts/_default/single.html | 2 +- static/css/isso.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index eba7817..eb9229a 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -46,7 +46,7 @@ {{ end }} {{ if .Site.Params.commentoEnable }} - - Comments + - Comments {{ end }} diff --git a/static/css/isso.css b/static/css/isso.css index 6ce1beb..878ff61 100644 --- a/static/css/isso.css +++ b/static/css/isso.css @@ -63,9 +63,9 @@ } .isso-comment > div.text-wrapper > .isso-comment-header { - font-size: 0.85rem !important; + font-size: 0.9rem !important; } .isso-comment > div.text-wrapper > div.text p { - font-size: 0.85rem !important; + font-size: 0.9rem !important; }