mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Update style of grouping headers in blog and index
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="page-heading">Blog</div>
|
||||
<ul>
|
||||
{{ range .Data.Pages.GroupByDate "Jan, 2006" "desc"}}
|
||||
{{ .Key }}
|
||||
<li class="groupby">{{ .Key }}</li>
|
||||
{{ range .Pages.ByPublishDate }}
|
||||
{{ partial "li.html" . }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user