fix(list): section title style (#76)

This commit is contained in:
Jimmy Cai 2020-12-21 17:26:58 +01:00 committed by GitHub
parent 680832920f
commit 33685fb878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
{{ define "main" }}
<div class="widget">
<h3 class="widget-title">{{ .Title }}</h3>
</div>
<h3 class="section-title">{{ .Title }}</h3>
<section class="article-list--compact">
{{ range .Paginator.Pages }}