feat: add override

This commit is contained in:
Jose Diaz-Gonzalez
2022-09-05 21:02:44 -04:00
parent e77e8d71bd
commit a862bdaf88

View File

@@ -47,3 +47,10 @@
<!-- Extra JavaScript (can't be set in mkdocs.yml due to content hash) -->
<script src="{{ 'overrides/assets/javascripts/bundle.js' | url }}"></script>
{% endblock %}
{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}