aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-19 01:10:34 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-19 02:44:50 +0100
commit3b9a5a997608b82442a33db3219cca6ddcd302b5 (patch)
tree84fc51a416865d6db175d1d4e6867181d74ede93 /layouts/index.html
parentc043b199eb247638a08945b88d76601c99e737b6 (diff)
downloadhugo-minimalist-theme-3b9a5a997608b82442a33db3219cca6ddcd302b5.tar.gz
hugo-minimalist-theme-3b9a5a997608b82442a33db3219cca6ddcd302b5.tar.bz2
hugo-minimalist-theme-3b9a5a997608b82442a33db3219cca6ddcd302b5.zip
translate table for main and footer menu
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c10f2ec..ef1d9e2 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,7 +17,7 @@
{{ end }}
<div class="tc pa3">
<i class="fas fa-angle-right"></i>
- <a href="{{ .Type }}" class="f3 link near-black">See all</a>
+ <a href="{{ .Type }}" class="f3 link near-black">{{ T "See all" }}</a>
</div>
</div>
</div>