From 46ae61c82b16add0121d9e927da1cd8a50813749 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 18 Aug 2010 20:55:19 +1000 Subject: [PATCH] Fix lightbox on home page --- config.yaml | 3 ++- layouts/default.html | 6 ++++++ output/js/application.js | 3 --- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 3239022..52728aa 100644 --- a/config.yaml +++ b/config.yaml @@ -45,5 +45,6 @@ base_url: 'http://www.wezm.net' deploy: default: dst: "wezm@www.wezm.net:www" - options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ] + #options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ] + options: [ '-avz', '--delete', '--exclude=".svn"' ] diff --git a/layouts/default.html b/layouts/default.html index 94ff625..495dd1f 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -2,6 +2,12 @@ <%= render '_head' %> + > <%= render '_header' %> diff --git a/output/js/application.js b/output/js/application.js index d1f28be..33e4944 100644 --- a/output/js/application.js +++ b/output/js/application.js @@ -44,7 +44,4 @@ jQuery(function() { input.val(''); } $('#search').show(); - - // Enable light box - $("a[rel^='prettyPhoto']").prettyPhoto({theme: "facebook"}); });