Clean up and adding analytics.
This commit is contained in:
parent
98e7b27595
commit
61bc979939
5 changed files with 5 additions and 2 deletions
|
|
@ -1,9 +1,12 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block scripts %}
|
||||
<!-- Add scripts that need to run before here -->
|
||||
|
||||
<!--- Analytics code -->
|
||||
|
||||
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" defer></script>
|
||||
|
||||
{{ super() }}
|
||||
<!-- Add scripts that need to run afterwards here -->
|
||||
|
||||
<!-- Add meta tag to allow coollabs as a font source -->
|
||||
<meta http-equiv="Content-Security-Policy" content="font-src 'self' https://api.fonts.coollabs.io;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue