mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 13:04:59 -04:00
maintenance: Adjust order
This commit is contained in:
parent
105d536103
commit
8f29ba2fb9
@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="w-100">
|
<div class="w-100">
|
||||||
{{ $byLastMod := .Site.RegularPages.ByLastmod }}
|
{{ $byLastMod := .Site.RegularPages.ByLastmod }}
|
||||||
{{ $recent := $byLastMod | last 10 }}
|
{{ $recent := ($byLastMod | last 10).Reverse }}
|
||||||
{{ $leastRecent := $byLastMod | first 10 }}
|
{{ $leastRecent := $byLastMod | first 10 }}
|
||||||
<h2 id="last-updated">Last Updated</h2>
|
<h2 id="last-updated">Last Updated</h2>
|
||||||
{{ partial "maintenance-pages-table" $recent }}
|
{{ partial "maintenance-pages-table" $recent }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user