forked from hacknology/website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
179 B
11 lines
179 B
7 years ago
|
<div class="content">
|
||
|
{{ range .Data.Pages.GroupByDate "2006" }}
|
||
|
<h2>{{ .Key }}</h2>
|
||
|
<ul>
|
||
|
{{ range .Pages }}
|
||
|
{{ .Render "li" }}
|
||
|
{{ end }}
|
||
|
</ul>
|
||
|
{{ end }}
|
||
|
</div>
|