Update style of grouping headers in blog and index

This commit is contained in:
Alexis Tacnet
2017-01-04 14:09:39 +01:00
parent 5ff6beef99
commit 35460d3844
3 changed files with 8 additions and 2 deletions

View File

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