diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:02:15 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-09 17:02:15 -0300 |
commit | 1c249d7b3f96c4b577a6474376bb756c48e4797d (patch) | |
tree | 132e6ddf3ed7196f0d28a82c82434e34aa90ebf0 /layouts/_default | |
parent | 2ba59f18db6d5767653e3cad20d9a28da5f9aa79 (diff) | |
download | hugo-bearcub-1c249d7b3f96c4b577a6474376bb756c48e4797d.tar.gz hugo-bearcub-1c249d7b3f96c4b577a6474376bb756c48e4797d.tar.bz2 |
Remove style=
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" }} <content> {{ if .Data.Singular }} - <h3 style="margin-bottom:0">{{ i18n "filtering-for" }} "{{ .Title }}"</h3> + <h3 class="blog-filter">{{ i18n "filtering-for" }} "{{ .Title }}"</h3> {{ end }} <ul class="blog-posts"> {{ range .Pages }} |