fix checks

This commit is contained in:
Lorin Werthen 2016-08-04 21:20:12 +02:00
parent 7fc1bf0049
commit 31bd17f760
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

4
Rules
View file

@ -152,6 +152,10 @@ route '/**/*.{erb,html,md}' do
"#{item.identifier.without_ext}.html"
end
route '/**/*' do
item.identifier.to_s
end
#
#
# LAYOUTS