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

github.com/J-Siu/hugo-theme-sk1.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-06-26 09:22:50 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-06-26 09:22:50 +0300
commitb8240069ad761a05f27a5b8626c6471edb3b7952 (patch)
tree344308b40f296dd044a1a313e51a43a8b1b6bb5f
parent7cd79523f25bde1c1648abfdfdf68be22b32cf03 (diff)
404.html - Wrap define main.
-rw-r--r--layouts/404.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 40a76aa..0f2e44f 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1 +1,3 @@
-Page Not Found. \ No newline at end of file
+{{define "main"}}
+Page Not Found.
+{{end}} \ No newline at end of file