From 5ab1084ca8426b64cbf59874cc338f02a04a8ec3 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 30 Nov 2022 02:09:34 +0100 Subject: [PATCH] Better placement of the comments, fix color issue for button --- layouts/_default/baseof.html | 2 +- layouts/_default/single.html | 57 ++++++++++++++++-------------------- 2 files changed, 27 insertions(+), 32 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fb66904..3de1e9f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,7 +33,7 @@ color: #b48ead !important; } .commento-root .commento-submit-button { - color: #5e81ac !important; + background: #5e81ac !important; } p code { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 46c5eff..8e334b5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,35 +1,30 @@ {{ define "main" }} -
-
-

{{ .Title }}

-
+
{{ .Content }}
+ +
+ {{ end }}