We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcda15 commit 8018a2fCopy full SHA for 8018a2f
lib/perron/site.rb
@@ -18,7 +18,6 @@ def collections
18
Dir.children(Perron.configuration.input)
19
.select { File.directory?(File.join(Perron.configuration.input, it)) }
20
.reject { it == "data" }
21
- .reject { it == "themes" } # TODO: remove me
22
.map { Collection.new(it) }
23
end
24
0 commit comments