From 8c3ad620c8126021850a13aae15566213fc5ccc0 Mon Sep 17 00:00:00 2001 From: Mark Caudill Date: Mon, 23 Nov 2015 19:43:10 -0500 Subject: [PATCH] Add guag.es integration. Set GUAGES in pelicanconf.py to your data-site-id. See http://get.gaug.es/ --- templates/base.html | 1 + templates/partial/guages.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 templates/partial/guages.html diff --git a/templates/base.html b/templates/base.html index c67727c..1e9081e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -94,6 +94,7 @@ {% include "partial/ga.html" %} + {% include "partial/guages.html" %} {% if ADD_THIS_ID %} {% endif %} diff --git a/templates/partial/guages.html b/templates/partial/guages.html new file mode 100644 index 0000000..a6c7256 --- /dev/null +++ b/templates/partial/guages.html @@ -0,0 +1,16 @@ +{% if GUAGES %} + +{% endif %}