aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index af1122f..016a86d 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -10,10 +10,9 @@
{{ $query := where (where (where (where site.RegularPages.ByDate.Reverse "Title" "!=" "") "Kind" "in" (slice "page" "section")) "Params.private" "!=" true) "Permalink" "!=" "" }}
{{ $count := len $query }}
{{ if gt $count 0 }}
- <h3 class="lh-title f3 baskerville">Pages recently edited</h3>
+ <h3 class="lh-title f3 baskerville">{{ T "recent_pages" }}</h3>
<ul class="list ph5">
{{ range first 10 $query }}
-
<li class="lh-copy stripe-dark ph1 pv2">
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
<time