Skip to content

Commit 8018a2f

Browse files
committed
Remove loc for testing
1 parent cdcda15 commit 8018a2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/perron/site.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def collections
1818
Dir.children(Perron.configuration.input)
1919
.select { File.directory?(File.join(Perron.configuration.input, it)) }
2020
.reject { it == "data" }
21-
.reject { it == "themes" } # TODO: remove me
2221
.map { Collection.new(it) }
2322
end
2423

0 commit comments

Comments
 (0)