aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index ef1d9e2..905bb07 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,7 +17,9 @@
{{ end }}
<div class="tc pa3">
<i class="fas fa-angle-right"></i>
- <a href="{{ .Type }}" class="f3 link near-black">{{ T "See all" }}</a>
+ <a href="{{ .Type }}" class="f3 link near-black"
+ >{{ T "see_all" | humanize }}</a
+ >
</div>
</div>
</div>