diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 4 |
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> |