From f21cb73edadd9c4c87d41b2a19842a8c7fa4417b Mon Sep 17 00:00:00 2001 From: espern Date: Tue, 25 Feb 2014 12:55:35 +0100 Subject: [PATCH 1/2] Added website subtitle --- simple-bootstrap/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html index 934c488..e282538 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -45,6 +45,7 @@ Archives

{{ SITENAME }}

+

{{ SITESUBTITLE }}

{% block content %} {% endblock %} From 6f6d3d4d94613cf1bea6a9bd6d53ae46a3d867d7 Mon Sep 17 00:00:00 2001 From: espern Date: Tue, 25 Feb 2014 12:56:55 +0100 Subject: [PATCH 2/2] added google analytics --- simple-bootstrap/templates/analytics.html | 11 +++++++++++ simple-bootstrap/templates/base.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 simple-bootstrap/templates/analytics.html 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 e282538..68b8a10 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -58,5 +58,6 @@ + {% include 'analytics.html' %}