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

github.com/Mitrichius/hugo-theme-anubis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteveYi <jackcooku@steveyi.net>2022-02-22 19:35:22 +0300
committerSteveYi <jackcooku@steveyi.net>2022-02-22 19:35:22 +0300
commit50b0d8dc73659187671b5b81a23cf5d5be3fc5ef (patch)
treeacedad5cef619f16b3915ec0a24060b5d89e8a19
parent6d928371d58ad9b5697e729e31ce9043639787ef (diff)
Fix suggestion
-rw-r--r--layouts/404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 4a96310..4ad6603 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,8 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
- <h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
- Sorry, This Page is not available.
+ <h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
+ Sorry, this Page is not available.
</div>
</main>
-{{ end }}
+{{ end }} \ No newline at end of file