mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-11 12:02:55 +00:00
Update
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
{{ define "content" }}
|
|
||||||
<div class="post-warp archive">
|
|
||||||
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
|
|
||||||
<h3>{{ .Key }}</h3>
|
|
||||||
|
|
||||||
{{ range .Pages }}
|
|
||||||
<article class="archive-item">
|
|
||||||
<a href="{{ .RelPermalink }}" class="archive-item-link">{{ .Title }}</a>
|
|
||||||
<span class="archive-item-date">
|
|
||||||
{{ .Date.Format "January 2, 2006" }}
|
|
||||||
</span>
|
|
||||||
</article>
|
|
||||||
{{ end }} {{ end }}
|
|
||||||
{{ partial "paginator.html" . }}
|
|
||||||
</div>
|
|
||||||
{{end }}
|
|
Reference in New Issue
Block a user