From 1c249d7b3f96c4b577a6474376bb756c48e4797d Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:02:15 -0300 Subject: Remove style= --- assets/style.css | 4 + layouts/_default/list.html | 2 +- layouts/partials/style.html | 177 -------------------------------------------- 3 files changed, 5 insertions(+), 178 deletions(-) delete mode 100644 layouts/partials/style.html diff --git a/assets/style.css b/assets/style.css index a1e8614..113ad94 100644 --- a/assets/style.css +++ b/assets/style.css @@ -123,6 +123,10 @@ a.blog-tags { line-height: 2; } +h3.blog-filter { + margin-bottom: 0; +} + .disabled { color: currentColor; cursor: not-allowed; diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 67924e7..d610cf1 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,7 +1,7 @@ {{ define "main" }} {{ if .Data.Singular }} -

{{ i18n "filtering-for" }} "{{ .Title }}"

+

{{ i18n "filtering-for" }} "{{ .Title }}"

{{ end }}