diff --git a/bootlex/templates/analytics.html b/bootlex/templates/analytics.html
index 86c297c..2d7b5f2 100644
--- a/bootlex/templates/analytics.html
+++ b/bootlex/templates/analytics.html
@@ -1,11 +1,15 @@
{% if GOOGLE_ANALYTICS %}
-
-
+
{% endif %}
\ No newline at end of file
diff --git a/bootlex/templates/article.html b/bootlex/templates/article.html
index a407af8..5a533fe 100644
--- a/bootlex/templates/article.html
+++ b/bootlex/templates/article.html
@@ -3,9 +3,9 @@
{% block content %}
-
{{ article.title }}
+
{{ article.title }}
-
{% if article.author %}{{ article.author }} - {% endif %}{{ article.locale_date }} - {% if article.tags %}{% for tag in article.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}
+
{% if article.author %}{{ article.author }} - {% endif %}{{ article.locale_date }} - {% if article.tags %}{% for tag in article.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}
{{ article.content }}
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html
index a48f00b..bbb8797 100644
--- a/bootlex/templates/base.html
+++ b/bootlex/templates/base.html
@@ -1,15 +1,16 @@
-
-
+
{% block head %}
{% block title %}{% endblock title %} - {{ SITENAME }}
-
-
-
-
+
+
+
{% endblock head %}
+
+ {% include 'analytics.html' %}
+
@@ -63,7 +64,7 @@
{% if article.author %}{{ article.author }} - {% endif %}{{ article.locale_date }} - {% if article.tags %}{% for tag in article.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}
+
{% if article.author %}{{ article.author }} - {% endif %}{{ article.locale_date }} - {% if article.tags %}{% for tag in article.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}