mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
catch branch up with master
This commit is contained in:
commit
af0a31d6a2
102 changed files with 4055 additions and 919 deletions
3
app.rb
3
app.rb
|
@ -36,6 +36,7 @@ before do
|
|||
end
|
||||
|
||||
not_found do
|
||||
@title = 'Not Found'
|
||||
erb :'not_found'
|
||||
end
|
||||
|
||||
|
@ -44,7 +45,7 @@ error do
|
|||
from: 'web@neocities.org',
|
||||
to: 'errors@neocities.org',
|
||||
subject: "[Neocities Error] #{env['sinatra.error'].class}: #{env['sinatra.error'].message}",
|
||||
body: erb(:'views/templates/email/error'),
|
||||
body: erb(:'templates/email/error', layout: false),
|
||||
no_footer: true
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue