From 17d65a66e8b860fb47684ae2d311f18ec1679ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 13 Feb 2022 18:07:52 +0100 Subject: Lighter white theme There was too much green and it felt a bit annoying --- layouts/partials/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/post.html') diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 8eaadee..56ca457 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,6 +1,6 @@
-

{{.Title }}

+

{{.Title }}

{{ if isset .Params "image" }} {{ $image := resources.Get .Params.image }} @@ -9,7 +9,7 @@
{{ end }} -
+
{{ .Summary }}
-- cgit v1.2.3