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 %} - Photo: {{ photo.title }} + {% if false != gallery.slideshow %} + {% capture url %}{{ include.gallery }}/slideshow.html#{{ photo.name }}{% endcapture %} + {% else %} + {% capture url %}{{ photo.url }}{% endcapture %} + {% endif %} + Photo: {{ photo.title }} {% 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-index.html b/_layouts/gallery-index.html index fefb4e2..c7f23dd 100644 --- a/_layouts/gallery-index.html +++ b/_layouts/gallery-index.html @@ -45,7 +45,12 @@ layout: default