From f5cdba662838129d67b2874a7ebdef5897c52f18 Mon Sep 17 00:00:00 2001 From: Jim Perrin Date: Jul 01 2014 20:22:35 +0000 Subject: add cache control info --- 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' }