diff --git a/components/html-head.tpl b/components/html-head.tpl
index 4d70e11..64618c1 100644
--- a/components/html-head.tpl
+++ b/components/html-head.tpl
@@ -16,8 +16,8 @@
{% if site.data.touch_icon %}{% endif %}
{% comment %}STYLESHEETS{% endcomment %}
-
-{% stylesheet_link "main.css" %}
+
+{% stylesheet_link "main.css?v=1" %}
{% if editmode %}{% endif %}
diff --git a/components/javascripts.tpl b/components/javascripts.tpl
index 964ee2d..1d1b398 100644
--- a/components/javascripts.tpl
+++ b/components/javascripts.tpl
@@ -1,6 +1,6 @@
{% comment %}SITE WIDE JAVASCRIPTS{% endcomment %}
-
+
{% sitejs_include %}
{% comment %}Site search related javascript components.{% endcomment %}