Add button.js script

This commit is contained in:
Dan 2018-01-13 17:08:58 +01:00
parent 029b71d7b9
commit ca075d6b5b

View File

@ -0,0 +1,4 @@
{% extends "!layout.html" %}
{% block extrahead %}
<script async defer src="https://buttons.github.io/buttons.js"></script>
{% endblock %}