diff --git a/layouts/maintenance/list.html b/layouts/maintenance/list.html index b185f643a..52188b891 100644 --- a/layouts/maintenance/list.html +++ b/layouts/maintenance/list.html @@ -1,14 +1,24 @@ {{ define "main" }}
- {{ $byLastMod := .Site.RegularPages.ByLastmod }} - {{ $recent := $byLastMod | last 10 }} - {{ $leastRecent := $byLastMod | first 10 }} - -

Last Updated

- {{ partial "maintenance-pages-table" $recent }} - -

Least Recently Updated

- {{ partial "maintenance-pages-table" $leastRecent }} - +
+
+ +
+
+ {{ $byLastMod := .Site.RegularPages.ByLastmod }} + {{ $recent := $byLastMod | last 10 }} + {{ $leastRecent := $byLastMod | first 10 }} +

Last Updated

+ {{ partial "maintenance-pages-table" $recent }} +

Least Recently Updated

+ {{ partial "maintenance-pages-table" $leastRecent }} +
+
{{ end }} \ No newline at end of file