From d020d3fa002e1ebd72b1070c616d8653689c1178 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 13 Mar 2010 15:11:13 -0800 Subject: [PATCH] Analytics --- _templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _templates/layout.html diff --git a/_templates/layout.html b/_templates/layout.html new file mode 100644 index 00000000..a071c96c --- /dev/null +++ b/_templates/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + + +{% endblock %} -- 2.26.2