Skip to content

Commit

Permalink
Support nested directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed May 1, 2015
1 parent 6477eb2 commit 2b43cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_site_index
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ list.ul do |builder|
builder.li do |dir_element|
dir_element.text!(dir)
dir_element.ul do |ul|
Dir.glob("#{dir}/*.gif") do |gif|
Dir.glob("#{dir}/**/*.gif") do |gif|
files << liquid_info_for_file(dir, gif)
ul.li do |li|
li.a(
Expand Down

0 comments on commit 2b43cf1

Please sign in to comment.