mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
fix tag tests, start on education site creation, updated test code
This commit is contained in:
parent
f00e5d0757
commit
49defcd0c7
14 changed files with 627 additions and 623 deletions
|
@ -34,7 +34,7 @@ get '/?' do
|
|||
@sites_count = SimpleCache.get :sites_count
|
||||
end
|
||||
|
||||
erb :index, layout: false
|
||||
erb :index, layout: :index_layout
|
||||
end
|
||||
|
||||
get '/welcome' do
|
||||
|
@ -44,7 +44,8 @@ get '/welcome' do
|
|||
end
|
||||
|
||||
get '/education' do
|
||||
erb :education, layout: false
|
||||
redirect '/' if signed_in?
|
||||
erb :education, layout: :index_layout
|
||||
end
|
||||
|
||||
get '/tutorials' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue