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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-22 16:34:38 +0300
committerGitHub <noreply@github.com>2020-04-22 16:34:38 +0300
commitf5fb31ec43e59765feb0b214895d3cee1039d02a (patch)
treeed9e4a34b0b6acece0b242d74d46ad2b73260488 /layouts/404.html
parent3c38d54a87fcc844075c4ee8efc1ce1d85ac5117 (diff)
fix: wrong URL of JS and CSS files on baseURL (#249)
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 213fa92..5624cbd 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -7,7 +7,7 @@
<h1 id="error-emoji"></h1>
<p class="error-text">
{{- T "pageNotFoundText" -}}&nbsp;
- <a href="{{ `/` | relLangURL }}" title="{{ T `backToHome` }}">↩︎</a>
+ <a href="{{ .Site.Home.RelPermalink }}" title="{{ T `backToHome` }}">↩︎</a>
</p>
</div>
<script type="text/javascript">