Merge pull request #110 from ZeusWPI/remove-analytics
Remove Google Analytics
This commit is contained in:
commit
7da75d85df
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
{% extends "bootstrap/base.html" %}
|
||||
{% import "bootstrap/utils.html" as utils %}
|
||||
{% import "bootstrap/google.html" as google %}
|
||||
|
||||
{% set navbar = [
|
||||
('home', 'Home'),
|
||||
|
@ -27,7 +26,6 @@
|
|||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
{{ google.uanalytics('UA-25444917-9') }}
|
||||
<script src="{{ url_for('static', filename='js/timer.js') }}"></script>
|
||||
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue