Reinstate jquery

This commit is contained in:
Matthias
2020-12-28 13:49:08 +01:00
parent 003552d78c
commit accc59aa1b
2 changed files with 9 additions and 1 deletions

8
docs/overrides/main.html Normal file
View File

@@ -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 %}