aboutsummaryrefslogtreecommitdiffhomepage
path: root/layouts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2022-04-08 13:32:01 +0200
committerBjørn Erik Pedersen <[email protected]>2022-04-08 13:32:01 +0200
commitec920363cdeb687c8bcac9c242767d366fb058cb (patch)
tree0b7273ad720fe0642136de98e4b5e7d7cae5eb69 /layouts
parentd276e901b36d2576ef8350ed96b17f66254eac1b (diff)
downloadhugo-ec920363cdeb687c8bcac9c242767d366fb058cb.tar.gz
hugo-ec920363cdeb687c8bcac9c242767d366fb058cb.zip
Squashed 'docs/' changes from 63386081c..4c5edacfe
4c5edacfe cSpell config update (#1700) 9df788b25 Fix broken link (hugo modules) (#1710) 9928a70d6 Fix workspace formatting (#1707) 55467e7c8 Update partials.md 9f4bd0023 Update formats.md 9b3913c86 Remove footnoteAnchorPrefix and footnoteReturnLinkContents (#1704) 94502a09b Code block render hooks are introduced in v0.93.0 (#1701) c447270ef Update sitemap-template.md 78665c1e0 Update sitemap-template.md 60653c17d Update the caddy error docs link (#1696) 9a3675aad Update sitemap templates (#1699) e0d08cdbb Add wpxr-to-static to list of migration tools (#1512) b53eb5a08 Add page for deploying with rclone (#1511) 4207c57ff netlify: Hugo 0.96.0 a18d646ea docs: Regen docshelper e3e0981ed docs: Regen CLI docs fda988d01 Merge commit 'd276e901b36d2576ef8350ed96b17f66254eac1b' e4a26dbca tpl/crypto: Add optional encoding arg to hmac function git-subtree-dir: docs git-subtree-split: 4c5edacfeebd13eb7f876723c065466cd50e0cae
Diffstat (limited to 'layouts')
-rw-r--r--layouts/maintenance/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/maintenance/list.html b/layouts/maintenance/list.html
index 299602318..2035c058b 100644
--- a/layouts/maintenance/list.html
+++ b/layouts/maintenance/list.html
@@ -15,7 +15,7 @@
<div class="w-100">
{{ $byLastMod := .Site.RegularPages.ByLastmod }}
{{ $recent := ($byLastMod | last 30).Reverse }}
- {{ $leastRecent := $byLastMod | first 10 }}
+ {{ $leastRecent := $byLastMod | first 10 }}
<h2 id="last-updated">Last Updated</h2>
{{ partial "maintenance-pages-table.html" $recent }}
<h2 id="least-recently-updated">Least Recently Updated</h2>