diff --git a/_plugins/loopdir.rb b/_plugins/loopdir.rb index efaa9fb..6ce33a0 100644 --- a/_plugins/loopdir.rb +++ b/_plugins/loopdir.rb @@ -66,7 +66,7 @@ module Jekyll end item['name'] = File.basename(pathname, @attributes['match'].sub('*', '')) - item['fullname'] = path + '/' + item['name'] + item['fullname'] = pathname.gsub(/\.[^\.]+$/, '') item['path'] = pathname items.push item diff --git a/gallery/2014-albuquerque-balloon-fiesta/index.html b/gallery/2014-albuquerque-balloon-fiesta/index.html index 89c50a3..e1f2dcd 100644 --- a/gallery/2014-albuquerque-balloon-fiesta/index.html +++ b/gallery/2014-albuquerque-balloon-fiesta/index.html @@ -1,6 +1,9 @@ --- layout: gallery-list title: Albuquerque Balloon Fiesta +date: '2014-10-09' +date_end: '2014-10-13' +highlight_photo: 'f114579-img-1074' --- {% include gallery_list.html gallery='2014-albuquerque-balloon-fiesta' %} diff --git a/gallery/2014-barcelona-trip/index.html b/gallery/2014-barcelona-trip/index.html index f3175fd..7464c0d 100644 --- a/gallery/2014-barcelona-trip/index.html +++ b/gallery/2014-barcelona-trip/index.html @@ -1,6 +1,9 @@ --- layout: gallery-list title : Barcelona Trip +date: '2014-11-16' +date_end: '2014-11-25' +highlight_photo: '106c907-museu-nacional-dart-de-catalunya' ---