aboutsummaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-15 02:29:43 +0300
committerValentin Popov <info@valentineus.link>2018-05-15 02:29:43 +0300
commit4d85d19e6a0b411edef416ef6f516c635975719b (patch)
tree9059be758df96d24c9553bd02c24078e95a1e914 /_pages
parentd86429538f24b00bec6fb838fe37b4a2ea5b5b91 (diff)
downloadpopov.link-4d85d19e6a0b411edef416ef6f516c635975719b.tar.xz
popov.link-4d85d19e6a0b411edef416ef6f516c635975719b.zip
Page with error
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_pages')
-rw-r--r--_pages/404.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/_pages/404.html b/_pages/404.html
index 42aec99..59d4490 100644
--- a/_pages/404.html
+++ b/_pages/404.html
@@ -4,10 +4,11 @@ title: "Error 404"
layout: default
---
-<section class="container centered">
- <div class="error">
- <h1>404</h1>
- <h2>Page Not Found</h2>
- <p>Sorry, this page does not exist.<br/>You can head back to <a href="{{ site.baseurl | uri_escape }}">homepage</a>.</p>
- </div>
-</section>
+<div class="jumbotron text-center">
+ <h1>404: Not Found</h1>
+ <p>Sorry, this page does not exist.</p>
+ <p>
+ <a class="btn btn-lg btn-primary" role="button" href="/">Home page</a>
+ <a class="btn btn-lg btn-default" role="button" href="mailto:{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a>
+ </p>
+</div>