Remove style=

This commit is contained in:
C. Lente 2023-02-09 17:02:15 -03:00
parent 2ba59f18db
commit 1c249d7b3f
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
3 changed files with 5 additions and 178 deletions

View file

@ -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 }}