fix checks
This commit is contained in:
parent
7fc1bf0049
commit
31bd17f760
1 changed files with 4 additions and 0 deletions
4
Rules
4
Rules
|
@ -152,6 +152,10 @@ route '/**/*.{erb,html,md}' do
|
|||
"#{item.identifier.without_ext}.html"
|
||||
end
|
||||
|
||||
route '/**/*' do
|
||||
item.identifier.to_s
|
||||
end
|
||||
|
||||
#
|
||||
#
|
||||
# LAYOUTS
|
||||
|
|
Loading…
Reference in a new issue