From 5d9619c81b1ccccf71340aae544a66f62c103f64 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Fri, 23 Aug 2013 00:44:51 +0200 Subject: Added pelican-bootstrap3 theme --- pelican-bootstrap3/templates/includes/ga.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pelican-bootstrap3/templates/includes/ga.html (limited to 'pelican-bootstrap3/templates/includes/ga.html') diff --git a/pelican-bootstrap3/templates/includes/ga.html b/pelican-bootstrap3/templates/includes/ga.html new file mode 100644 index 0000000..2f75571 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/ga.html @@ -0,0 +1,18 @@ +{% if GOOGLE_ANALYTICS %} + +{% endif %} \ No newline at end of file -- cgit