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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-07-26 13:57:23 +0300
committerAsur <asur@asurbernardo.com>2020-07-26 13:57:23 +0300
commit89bc3639d146398e03381bb807c95f9a57814166 (patch)
tree9dee4981018e1a992c1c04a09be3a7000df6ab19
parente1bffb162604b6616d61c0ae52391142ce6cbeee (diff)
Make 404 back to homepage link language dependent
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 626e2c8..587902a 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -44,7 +44,7 @@
<main class="flex-container">
<h1 class="flex-item">{{ i18n "notFound"}}</h1>
<h1 class="flex-item"> 🏜️ </h1>
- <p class="flex-item"><a href="{{ .Site.BaseURL }}">{{ i18n "goBackHome" }}</a></p>
+ <p class="flex-item"><a href="{{ "/" | absLangURL }}">{{ i18n "goBackHome" }}</a></p>
</main>
</body>
</html>