mirror of
https://github.com/thangisme/notes.git
synced 2025-01-21 22:56:30 -05:00
A nicer 404
This commit is contained in:
parent
954e8941bb
commit
39828f0775
11
404.html
Normal file
11
404.html
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: default
|
||||
title: Page not found
|
||||
permalink: /404
|
||||
nav_exclude: true
|
||||
search_exclude: true
|
||||
---
|
||||
|
||||
<h1>Page not found</h1>
|
||||
|
||||
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this <a href="{{ site.url }}{{ site.baseurl }}">site's home page</a>.</p>
|
Loading…
Reference in New Issue
Block a user