coderay support
This commit is contained in:
parent
0ae1eafcbb
commit
a3b276d489
8 changed files with 48 additions and 23 deletions
|
@ -128,6 +128,9 @@ module Middleman
|
|||
return result
|
||||
end
|
||||
|
||||
status 404
|
||||
rescue Padrino::Rendering::TemplateNotFound
|
||||
$stderr.puts "File not found: #{request.path}"
|
||||
status 404
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue