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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2018-10-17 21:37:11 +0300
committerGitHub <noreply@github.com>2018-10-17 21:37:11 +0300
commit48c744a3cbf9ad49eca6bf51dcd4005656b1e927 (patch)
treeebb49216f47d1b8772cd50cfe3abfff44000ba7a
parent9a32d275a44edb6b30ce9dac72bf826a552bf61a (diff)
parente7c489bebead171713f992d05a693ea507ccfb31 (diff)
Merge pull request #22 from sauerj/fix-404-homepage-url
layouts/404: Fix homepage link
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 8f1e98c..003c64a 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -12,7 +12,7 @@
<section>
<h2>Whoops.</h2>
<p>
- The page you were looking for doesn't exist. Would you like to <a href="{{ .Site.Home }}">go to the home page</a>?
+ The page you were looking for doesn't exist. Would you like to <a href="{{ .Site.BaseURL }}">go to the home page</a>?
</p>
</section>
{{ partial "footer.html" . }}