From cc21bb4c0ec0b032be9f3e44eea504175c7205b4 Mon Sep 17 00:00:00 2001 From: Gregory Koberger Date: Mon, 13 Oct 2014 17:41:26 -0700 Subject: [PATCH] Cache bust fb --- source/layouts/layout.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index 4de39b5..de347aa 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -12,7 +12,7 @@ %meta{:content => data.page.description || "Doodle notes from Startup School 2014", :name => "description"} %meta{:content => "width=device-width", :name => "viewport"} - %link{:rel=>"image_src", :href=>"http://startupnotes.org/img/facebook.png?1"} + %link{:rel=>"image_src", :href=>"http://startupnotes.org/img/facebook.png?2"} = javascript_include_tag "/js/vendor/modernizr.2.5.3.min" = stylesheet_link_tag "all"