Simply gallery data files, only keep maximum width per photo, keep 640w compatibility

This commit is contained in:
2016-02-07 14:01:08 +00:00
parent de2ec9a35b
commit 7fe512cc37
60 changed files with 516 additions and 2738 deletions

View File

@@ -30,8 +30,6 @@ module Jekyll
@name = 'index.html'
self.process(@name)
self.read_yaml(File.join(site.source, '_layouts'), 'gallery-list.html')
# photo['url'] = @dir + '/' + @name
# self.data.merge!(photo)
self.data['galleries'] = galleries
end
end