mirror of https://github.com/hyperledger/besu
workaround for 404 error pages assets and sitemap links (#1069)
RTD is still working on making MkDocs fully integrated. Some changes will be done during Google Summer of Code but this is a workaround to have 404 and sitemaps working before we have these fixes. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
74320130b6
commit
b7a7455f62
@ -0,0 +1,18 @@ |
||||
{% extends "main.html" %} |
||||
|
||||
<!-- Content block --> |
||||
{% block content %} |
||||
|
||||
<p style="text-align: center;font-size: 3em"><i class="md-icon">account_balance</i></p> |
||||
<h1 id="404-page-not-found" style="text-align: center">404</h1> |
||||
<p style="text-align: center"><strong>Deity not found in the Pantheon</strong></p> |
||||
<p style="text-align: center"> |
||||
Try the <a href="/">homepage</a>, or use the search field on the top of this page. |
||||
</p> |
||||
<p style="text-align: center"> |
||||
If you think we made a mistake and deleted a page that should be here, then please tell us on |
||||
<a href="{{config.extra.support.gitter}}">{{config.site_name}} Gitter channel</a> or create an issue in |
||||
<a href="{{ config.repo_url + '/issues' }}">Pantheon Github repository</a>. |
||||
</p> |
||||
|
||||
{% endblock %} |
Loading…
Reference in new issue