mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-07-31 14:12:01 +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>
|
</div>
|
||||||
<!-- contents -->
|
<!-- contents -->
|
||||||
<div class="bloglist">
|
<div class="bloglist">
|
||||||
{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "January, 2006"}}
|
{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "2006"}}
|
||||||
{{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }}
|
{{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }}
|
||||||
{{ if (ne $index 0) }}
|
{{ if (ne $index 0) }}
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue