mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-03-21 15:55:57 +01:00
fix(list): section title style (#76)
This commit is contained in:
parent
680832920f
commit
33685fb878
1 changed files with 1 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue