File tree Expand file tree Collapse file tree 3 files changed +15
-26
lines changed
Expand file tree Collapse file tree 3 files changed +15
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313EXTRA_PATH_METADATA = {
1414 "assets/robots.txt" : {"path" : "robots.txt" },
1515 "assets/favicon.ico" : {"path" : "favicon.ico" },
16- "assets/404" : {"path" : "404.html" },
16+ # "assets/404": {"path": "404.html"},
1717 "assets/google7933de1bd04e097b" : {"path" : "google7933de1bd04e097b.html" },
1818 "assets/google95e577d28834e13d" : {"path" : "google95e577d28834e13d.html" },
1919}
3030TEMPLATE_PAGES = {
3131 "pages/community.html" : "community.html" ,
3232 "pages/docs.html" : "docs.html" ,
33- "pages/training.html" : "training.html" }
33+ "pages/training.html" : "training.html" ,
34+ "templates/404.html" : "404.html" }
3435THEME = "theme"
3536TIMEZONE = "Europe/London"
3637
Original file line number Diff line number Diff line change 1+ {% extends "default.html" %}
2+
3+ {% block content %}
4+ < div class ="container ">
5+ < h1 > 404</ h1 >
6+ < p > < strong > Page not found :(</ strong > </ p >
7+ < p > The requested page could not be found.</ p >
8+
9+ < a href ="{{ SITEURL }}/ " class ="button "> Home</ a >
10+ < a href ="{{ SITEURL }}/pages/docs.html " class ="button "> Docs</ a >
11+ </ div >
12+ {% endblock %}
You can’t perform that action at this time.
0 commit comments