Move jquery to the bottom

This commit is contained in:
Matthias 2020-12-28 14:02:30 +01:00
parent accc59aa1b
commit ecea6c9526
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block site_meta %} {% block scripts %}
<!-- Place this tag in your head or just before your close body tag. --> <!-- 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 async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" <script async src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
{% endblock %} {% endblock %}

View File

@ -38,6 +38,7 @@ nav:
theme: theme:
name: material name: material
logo: 'images/logo.png' logo: 'images/logo.png'
favicon: 'images/logo.png'
custom_dir: 'docs/overrides' custom_dir: 'docs/overrides'
palette: palette:
primary: 'blue grey' primary: 'blue grey'