Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-27 03:10:46 +0300
committerHanzei <hanzei@mailbox.org>2018-06-27 03:31:18 +0300
commit389a69a6e71228b536af28776156fda30d22e217 (patch)
tree8ddc2bca6c5abbd5d3e40f8383e46de8a8ad028b /layouts/partials/projects.html
parentc555b2b52c149aa8bd083b670583e4b3bb963f10 (diff)
Add Multilingual support
Diffstat (limited to 'layouts/partials/projects.html')
-rw-r--r--layouts/partials/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html
index 564ddd8..63c42e9 100644
--- a/layouts/partials/projects.html
+++ b/layouts/partials/projects.html
@@ -38,7 +38,7 @@
</div>
{{ if lt $numberOfProjectsToShow $totalProjects }}
<div class="container has-text-centered top-pad">
- <a href="{{ "/projects" | relURL }}">ALL PROJECTS</a>
+ <a href="{{ .RelPermalink }}">{{ i18n "index_projects_allProjects" . }}</a>
</div>
{{ end }}
</div>