mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
To enable 404 'age (#757)
This commit is contained in:
parent
6a41f73328
commit
8ca1d56f7c
2 changed files with 16 additions and 0 deletions
|
|
@ -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
15
docs/overrides/404.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue