aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-28 04:37:40 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-28 04:37:40 +0100
commitb51598c54eefb8881c0e1b163ceca915120759d5 (patch)
tree90372111e30bce67e8cb9b2d2ff8448be2fb4038 /layouts
parent1161a5d832618aad3554b9d9bc08c14257f32bd9 (diff)
downloadhugo-minimalist-theme-b51598c54eefb8881c0e1b163ceca915120759d5.tar.gz
hugo-minimalist-theme-b51598c54eefb8881c0e1b163ceca915120759d5.tar.bz2
hugo-minimalist-theme-b51598c54eefb8881c0e1b163ceca915120759d5.zip
default translations in theme
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>