From d38c4094a1aef8be93218adeefe66b20308d96e3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Nov 2014 01:12:26 -0500 Subject: Initial website Markdown conversion. --- themes/lv2/templates/includes/piwik.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 themes/lv2/templates/includes/piwik.html (limited to 'themes/lv2/templates/includes/piwik.html') diff --git a/themes/lv2/templates/includes/piwik.html b/themes/lv2/templates/includes/piwik.html new file mode 100644 index 0000000..a386f2d --- /dev/null +++ b/themes/lv2/templates/includes/piwik.html @@ -0,0 +1,20 @@ +{% if PIWIK_SITE_ID and PIWIK_URL %} + {% if PIWIK_SSL_URL is not defined %} + {% set PIWIK_SSL_URL = PIWIK_URL %} + {% endif %} + + + +{% endif %} \ No newline at end of file -- cgit v1.2.1