diff --git a/simple-bootstrap/templates/analytics.html b/simple-bootstrap/templates/analytics.html new file mode 100644 index 0000000..b96f455 --- /dev/null +++ b/simple-bootstrap/templates/analytics.html @@ -0,0 +1,11 @@ +{% if GOOGLE_ANALYTICS %} + + +{% endif %} \ No newline at end of file diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html index 934c488..68b8a10 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -45,6 +45,7 @@ Archives

{{ SITENAME }}

+

{{ SITESUBTITLE }}

{% block content %} {% endblock %} @@ -57,5 +58,6 @@ + {% include 'analytics.html' %}