To enable 404 'age (#757)

This commit is contained in:
Andrea Borruso 2021-11-23 04:37:47 +01:00 committed by GitHub
parent 6a41f73328
commit 8ca1d56f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -8,6 +8,7 @@ theme:
code: Lato Mono
features:
- navigation.top
custom_dir: overrides
repo_url: https://github.com/johnkerl/miller
repo_name: miller
edit_uri: edit/master/main/docs/src

15
docs/overrides/404.html Normal file
View file

@ -0,0 +1,15 @@
{% extends "main.html" %}
<!-- Content -->
{% block content %}
<h1>404 - this page does not exists</h1>
<p>Try searching for the content of your interest by browsing the sections of the site, or using the search form at the top right.</p>
{% endblock %}
<!-- Disqus integration -->
{% block disqus %}{% endblock %}