From 008e30af08196c535a49f50b7697917b62dede98 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sat, 9 Feb 2013 22:08:58 -0500 Subject: [PATCH] Cache bust. --- blogs/templates/blogs/themes/pro-adams/base.html | 4 ++-- templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blogs/templates/blogs/themes/pro-adams/base.html b/blogs/templates/blogs/themes/pro-adams/base.html index 5479c6d..14be029 100644 --- a/blogs/templates/blogs/themes/pro-adams/base.html +++ b/blogs/templates/blogs/themes/pro-adams/base.html @@ -28,7 +28,7 @@ {% endif %} - + @@ -116,7 +116,7 @@ - + {% include 'analytics.html' %} diff --git a/templates/base.html b/templates/base.html index 430e84c..0648b59 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,7 @@ {% endif %} - + {% if has_snipts and not detail %} @@ -328,7 +328,7 @@ - + {% block extra-scripts %}{% endblock %}