Skip to content

Commit f7e80af

Browse files
committed
Adaugare link la issues in pagina 404.
1 parent 746f8fa commit f7e80af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: theme/templates/404.html

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{% extends "base.html" %}
22
{% block title %} 404 NOT FOUND | {{ SITENAME }} {% endblock %}
3+
{% block header %}
4+
{% include "header.html" %}
5+
{% endblock %}
36
{% block content %}
47
<div class='page'>
58
<h1>404 NOT FOUND</h1>
@@ -11,5 +14,8 @@ <h1>404 NOT FOUND</h1>
1114
) + '">search it in the site</a> ?</p>'
1215
)
1316
</script>
17+
<h5>Please let us know at <a href="https://github.com/RoPython/ropython-site/issues/new">
18+
github.com/RoPython/ropython-site/issues/new</a>!</h5>
19+
1420
</div>
1521
{% endblock %}

0 commit comments

Comments
 (0)