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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2018-02-08 19:32:53 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-02-08 19:32:53 +0300
commitd7fd2a25cb9974293059375fc1f190fd487527c6 (patch)
treedf46f53bc18a9615db7e4bbdf2cd6176839505c9
parent49547ceb5ca2a287e57c3efeedc248fafc3360e5 (diff)
Fix 404 redirect
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 8031410..a42ba9d 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -16,7 +16,7 @@
display: inline-block;
}
</style>
-<a href="/" class="not-found">
+<a href="{{ .Site.baseURL }}" class="not-found">
Well, a fine little mess. Easy in, easy out. Another triumph.
</a>
{{ partial "tail.html" . }}