diff --git a/content/screen.sass b/content/screen.sass index 78f8222..74dbc1c 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -282,7 +282,7 @@ a height: 75px width: 75px border: 1px solid #ccc - background: url(/images/photos.jpg) no-repeat 0 -75px + background: url(/images/photos.jpg?20111208) no-repeat 0 -75px &:first-child margin-left: 2em diff --git a/output/images/photos.jpg b/output/images/photos.jpg index 268a713..573a6f4 100644 Binary files a/output/images/photos.jpg and b/output/images/photos.jpg differ diff --git a/output/js/home.js b/output/js/home.js index a038842..a3e097f 100644 --- a/output/js/home.js +++ b/output/js/home.js @@ -8,7 +8,7 @@ jQuery(function () { var photo = $(obj); var image = { href: photo.attr('url_z'), - src: '/images/photos.jpg', + src: '/images/photos.jpg?20111208', alt: photo.attr('title') }; var li = $(image_template(image)); @@ -20,5 +20,5 @@ jQuery(function () { }; // Populate Flickr - jQuery.get("/photos.xml", {}, populate_flickr); + jQuery.get("/photos.xml?20111208", {}, populate_flickr); }); diff --git a/output/photos.xml b/output/photos.xml index 9042225..7fbcb5b 100644 --- a/output/photos.xml +++ b/output/photos.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file