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:35:40 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-02-08 19:35:40 +0300
commitf0ec1854d8fdbe163a98279289fff15f60bfdd66 (patch)
tree0ccd169ea46be2f06998d3f637afad9b20217494
parentd7fd2a25cb9974293059375fc1f190fd487527c6 (diff)
Fix 404 url
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index a42ba9d..52bc91a 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -16,7 +16,7 @@
display: inline-block;
}
</style>
-<a href="{{ .Site.baseURL }}" 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" . }}