From 5cc9b6837a0b393002b3aa90ded09afc2b1c0e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dom=C3=ADnguez?= Date: Mon, 24 Mar 2025 14:49:24 -0400 Subject: [PATCH] disable auto capitalization for headlines, since this rule is not used on spanish --- layouts/partials/custom-head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index fe378b8..b89ed8e 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -34,6 +34,7 @@ a:hover { } .postTitle { color: #FF79C6; + text-transform: none; } .postListItem { background: #44475a;