Skip to content

Commit

Permalink
Reinstate jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 28, 2020
1 parent 625da69 commit f6e5602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "base.html" %}

{% block site_meta %}
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nav:
theme:
name: material
logo: 'images/logo.png'
custom_dir: 'docs'
custom_dir: 'docs/overrides'
palette:
primary: 'blue grey'
accent: 'tear'
Expand Down

0 comments on commit f6e5602

Please sign in to comment.