mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
Commit of new front page
This commit is contained in:
parent
f6724e3757
commit
e7689a09df
49 changed files with 3406 additions and 2 deletions
4
app.rb
4
app.rb
|
@ -31,7 +31,7 @@ end
|
|||
|
||||
get '/?' do
|
||||
dashboard_if_signed_in
|
||||
slim :index
|
||||
erb :index
|
||||
end
|
||||
|
||||
get '/browse' do
|
||||
|
@ -58,7 +58,7 @@ end
|
|||
|
||||
get '/new' do
|
||||
dashboard_if_signed_in
|
||||
@site = Site.new
|
||||
@site = Site.new username: params[:username]
|
||||
slim :'new'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue