Skip to content

Commit

Permalink
Add customisable error page
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 2, 2022
1 parent b609138 commit 1f37b9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _pages/error.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Error page (500)
layout: default
permalink: /error
---
<div class="jumbotron">
<div class="container">
<h1>Error</h1>
<p>We're sorry, but something went wrong and the page cannot be displayed.</p>
</div>
</div>

0 comments on commit 1f37b9e

Please sign in to comment.