We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99d9e3f + e18b4b1 commit cb5e242Copy full SHA for cb5e242
mkdocs.yml
@@ -2,6 +2,7 @@ site_name: PyScript
2
3
theme:
4
name: material
5
+ custom_dir: overrides
6
7
logo: assets/images/pyscript-black.svg
8
overrides/main.html
@@ -0,0 +1,8 @@
1
+{% extends "base.html" %}
+
+{% block outdated %}
+ You're not viewing the latest version.
+ <a href="{{ config.site_url or '../' }}">
+ <strong>Click here to go to latest.</strong>
+ </a>
+{% endblock %}
0 commit comments