mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-07-30 21:52:07 +00:00
List tags by year
This commit is contained in:
parent
3bf669ac6a
commit
d507426ff0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<!-- contents -->
|
||||
<div class="bloglist">
|
||||
{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "January, 2006"}}
|
||||
{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "2006"}}
|
||||
{{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }}
|
||||
{{ if (ne $index 0) }}
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Reference in a new issue