diff --git a/.gitignore b/.gitignore
index 04f5aaf..c079f0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
/private
/.jekyll-metadata
+/_asset
+/_site
/_python
/_php
/Gemfile.lock
diff --git a/_config.yml b/_config.yml
index 871e86d..e42bca0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -45,4 +45,5 @@ photo_sizes:
- [96, 96]
exclude:
- LICENSE
-- README
\ No newline at end of file
+- README
+array: []
\ No newline at end of file
diff --git a/_includes/gallery.html b/_includes/gallery.html
index 98a61a5..567efe4 100644
--- a/_includes/gallery.html
+++ b/_includes/gallery.html
@@ -5,6 +5,11 @@
[ gallery ]
{% endunless %}
{% for photo in photos %}
-
+ {% if false != gallery.slideshow %}
+ {% capture url %}{{ include.gallery }}/slideshow.html#{{ photo.name }}{% endcapture %}
+ {% else %}
+ {% capture url %}{{ photo.url }}{% endcapture %}
+ {% endif %}
+
{% endfor %}
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
index ffdc6cf..853dd4e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -49,7 +49,7 @@
superSearch({
searchFile: '/blog/atom.xml'
});
- }
+ }
diff --git a/_layouts/gallery-photo.html b/_layouts/gallery-photo.html
index 84118a9..8ace4a4 100644
--- a/_layouts/gallery-photo.html
+++ b/_layouts/gallery-photo.html
@@ -51,10 +51,14 @@ layout: default
{% else %}
{% assign file='640w' %}
{% endif %}
+ {% if false != page.slideshow %}
+ {% capture url %}slideshow.html#{{ photo.name }}{% endcapture %}
+ {% else %}
+ {% capture url %}{{ photo_url }}~{{ file }}.jpg{% endcapture %}
+ {% endif %}
-
{% if photo.description %}