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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-04-03 11:35:48 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-03 12:16:30 +0300
commit65f630397fb5b106635a969707534da1d914b04f (patch)
tree1b8f870bffe26de8b97e5970a6ed53289e463962 /exampleSite
parent54d5ebd51ccfd52e181a2dbcf2091866db3f561a (diff)
add 404 template
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b765fae..47ebdcd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -117,3 +117,6 @@ themesDir = "../.."
[params.agreement]
message = "Piercer uses <a href=\"#\" alt=\"font awesome\">Font Awesome</a>. The content of the home page comes from <a href=\"#\" alt=\"Wikipedia\">Wikipedia</a>. The content of the blog posts and the about page comes from the <a href=\"#\" alt=\"Hugo Example Site\">Hugo Example Site</a>. The Dracula's image is scary."
+
+[params.notfound]
+ message = "" \ No newline at end of file