Remove Google Analytics
This commit is contained in:
parent
b2c637b343
commit
909b3fc2e6
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
{% extends "bootstrap/base.html" %}
|
{% extends "bootstrap/base.html" %}
|
||||||
{% import "bootstrap/utils.html" as utils %}
|
{% import "bootstrap/utils.html" as utils %}
|
||||||
{% import "bootstrap/google.html" as google %}
|
|
||||||
|
|
||||||
{% set navbar = [
|
{% set navbar = [
|
||||||
('home', 'Home'),
|
('home', 'Home'),
|
||||||
('order_bp.orders', 'Orders'),
|
('order_bp.orders', 'Orders'),
|
||||||
('locations', 'Locations'),
|
('locations', 'Locations'),
|
||||||
('map', 'Map'),
|
('map', 'Map'),
|
||||||
('about', 'About'),
|
('about', 'About'),
|
||||||
('stats', 'Stats'),
|
('stats', 'Stats'),
|
||||||
] -%}
|
] -%}
|
||||||
|
@ -27,7 +26,6 @@
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{{ google.uanalytics('UA-25444917-9') }}
|
|
||||||
<script src="{{ url_for('static', filename='js/timer.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/timer.js') }}"></script>
|
||||||
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
|
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue