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