Skip to content

Commit

Permalink
[FIX] fix macro page (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Nov 10, 2024
1 parent 0808547 commit 100e748
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/overrides/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "main.html" %}

<!-- Content -->
{% block content %}

<div>
<img src="https://http.cat/404">
</div>

<h2 style="text-align: center;">
It seems that the page you are looking for does not exist.
</h2>

{% endblock %}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ nav:
- extensions/general-guidelines.md
- extensions/specific-guidelines.md
- extensions/submission.md
- Using MkDocs macros: specification/macros_doc.md
- Using MkDocs macros: extensions/macros_doc.md
- Impact:
- impact/index.md
- Merch: https://www.teepublic.com/user/bids
Expand Down

0 comments on commit 100e748

Please sign in to comment.