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

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2019-03-06 17:48:38 +0300
committerfncnt <github@vncnt.eu>2019-03-06 17:48:38 +0300
commit796e84bcc027d67d1dd4b424a884b9ab689dffba (patch)
tree9f37747cbc35d081120700e60d490ea8822d610e
parenta48a8ae4a273e5d8332d0fabab440516561885fa (diff)
Update exampleSite/config.toml to include error404 parameter
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e2ed071..f4ab22e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -29,6 +29,7 @@ title = "John Doe ยท Landing Page"
bio = "First Row. \nSecond Row."
avatar = "img/avatar.jpg"
favicon = "img/favicon.ico"
+ error404 = "404 -- There is no such page."
[params.contact]
github = "https://github.com/jdoe"