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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index bb5b067..225fe3d 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,7 +1,12 @@
{{define "main"}}
<div class="container text-center mt-5">
- <h2>Oops!<h2>
- <h4>The page you are looking for does not exist ! </h4>
- <a href='{{ "/" | absURL }}'><button class="btn btn-warning">GO TO HOME</button></a>
+ <h1>{{":warning:" | emojify}}</h1>
+ <h2>Oops!</h2>
+ <h5 class='mb-3'>The page does not exist!</h5>
+ <a href='{{ "/" | absURL }}'><button class="btn btn-warning">GO TO HOME</button></a>
+ <br>
+ {{ if .Site.Params.search.enabled}}
+ {{partial "search.html" . }}
+ {{end}}
</div>
{{ end }}