Skip to content

Commit

Permalink
Add custom 404
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrHovhannisyan committed Nov 24, 2019
1 parent b6ffb79 commit 6272aee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Not Found
layout: default
showOnNavbar: false
---

<article id="error" class="container">
<h1>Sorry, that doesn't exist 😕</h1>
<p>Should it, though?</p>
<p>If you think this is a bug, <a href="https://github.com/AleksandrHovhannisyan/aleksandrhovhannisyan.github.io/issues/new?assignees=&labels=bug&template=bug_report.md&title=Bug+Report%3A+%5BConcise+Summary+Here%5D">please let me know</a>!</p>
</article>
5 changes: 5 additions & 0 deletions _sass/general/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,9 @@ hr {

p, ul, ol, figcaption {
@include underlined-link;
}

#error {
text-align: center;
margin-top: 200px;
}

0 comments on commit 6272aee

Please sign in to comment.