diff --git a/layouts/default-haml.haml b/layouts/default-haml.haml
index 93213ff..dbb3e02 100644
--- a/layouts/default-haml.haml
+++ b/layouts/default-haml.haml
@@ -6,6 +6,8 @@
     %meta( name = "viewport" content = "width=device-width, initial-scale=1.0" )
     %meta( name = "description" content = "" )
     %meta( name = "author" content = "" )
+    %meta( http-equiv = "cache-control" content = "max-age=0" )
+    %meta( http-equiv = "pragma" content = "no-cache" )
     %link( rel="shortcut icon" href="/images/favicon.ico" )
     %title= @item[:title]
     %script{ :src=>'/assets/js/jquery.min.js' }