mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
docs: Order by Lastmod
This commit is contained in:
@@ -188,6 +188,15 @@ your list templates:
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
### Order by Lastmod
|
||||||
|
|
||||||
|
{{ range .Data.Pages.ByLastmod }}
|
||||||
|
<li>
|
||||||
|
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||||
|
<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
### Order by Length
|
### Order by Length
|
||||||
|
|
||||||
{{ range .Data.Pages.ByLength }}
|
{{ range .Data.Pages.ByLength }}
|
||||||
|
Reference in New Issue
Block a user