From 5b77fdb95f6c3d71dfa1dd5d7ff06cd8bf519c98 Mon Sep 17 00:00:00 2001 From: kinitrupti Date: Thu, 24 Sep 2015 18:23:55 +0530 Subject: Hit-Count --- tbc/templates/base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tbc/templates/base.html') diff --git a/tbc/templates/base.html b/tbc/templates/base.html index a4a637c..639ce13 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -364,5 +364,10 @@ - +{% block hitcount_javascript %}{% endblock %} + +{% load staticfiles %} +{# example of adding your own hitcount-jquery #} + + -- cgit