mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 16:21:52 +02:00
New welcome page #54
This commit is contained in:
parent
7390dbbd4c
commit
029eb57b85
6 changed files with 207 additions and 59 deletions
|
@ -39,7 +39,7 @@ end
|
|||
get '/welcome' do
|
||||
require_login
|
||||
redirect '/' if current_site.plan_type != 'free'
|
||||
erb :'welcome'
|
||||
erb :'welcome', locals: {site: current_site}
|
||||
end
|
||||
|
||||
get '/tutorials' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue