added 404, removing profile, updated index with google analytics

This commit is contained in:
Xevion
2019-12-21 00:35:01 -06:00
parent 39d8eaf8d8
commit 5c4e5b9e46
5 changed files with 100 additions and 34 deletions
+9 -4
View File
@@ -28,6 +28,15 @@ Color = Bulma Color Type of the Message Box
{% endif %}
{% endblock %}
{% block head %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-68895812-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-68895812-4');
</script>
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
@@ -102,10 +111,6 @@ Color = Bulma Color Type of the Message Box
<div class="navbar-dropdown">
{% if current_user.is_authenticated %}
<a class="navbar-item" href="{{ url_for('profile') }}">
<span class="navbar-fa-icon fas fa-user"></span>
<div class="navbar-text">Profile</div>
</a>
<a class="navbar-item" href="{{ url_for('dashboard') }}">
<span class="navbar-fa-icon fas fa-chart-line"></span>
<div class="navbar-text">Dashboard</div>