From e480818ab4615aa44f1615036c003c55946f5736 Mon Sep 17 00:00:00 2001 From: John Sheehan Date: Tue, 9 Dec 2014 15:20:51 -0800 Subject: [PATCH] move tracking scripts into separate file --- httpbin/templates/index.html | 13 +------------ httpbin/templates/trackingscripts.html | 3 +++ 2 files changed, 4 insertions(+), 12 deletions(-) create mode 100644 httpbin/templates/trackingscripts.html diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html index 054e4ca..0ae7de1 100644 --- a/httpbin/templates/index.html +++ b/httpbin/templates/index.html @@ -56,18 +56,7 @@ {% include 'httpbin.1.html' %} - +{% include 'trackingscripts.html' %} diff --git a/httpbin/templates/trackingscripts.html b/httpbin/templates/trackingscripts.html new file mode 100644 index 0000000..50de64c --- /dev/null +++ b/httpbin/templates/trackingscripts.html @@ -0,0 +1,3 @@ +{# + place tracking scripts (like Google Analytics) here +#} \ No newline at end of file