Deployed ea540e8 with MkDocs version: 1.3.0
This commit is contained in:
parent
2c0fafb925
commit
54400a8829
52 changed files with 14526 additions and 502 deletions
11
overrides/main.html
Normal file
11
overrides/main.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% if page.nb_url %}
|
||||
<a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
|
||||
{% include ".icons/material/download.svg" %}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
{{ super() }}
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue