diff options
Diffstat (limited to 'views/home.ejs')
| -rwxr-xr-x | views/home.ejs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/views/home.ejs b/views/home.ejs index 36dad83..e3303ed 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -57,15 +57,15 @@ <a href="/about/howto" class="greenbtn learn">Read Tutorial</a> </div> - <h1>Sign Up</h1> - - <div class="projectList about aboutintro"> - <a href="/about/howto" class="greenbtn learn">Read Tutorial</a> - </div> - <h1>Room Showcase</h1> [[ include projects/list-projects ]] + + [[ if (! logged_in) { ]] + <div class="projectList about makeAccountSingleton"> + <a href="/about/howto" class="greenbtn learn">Make an Account</a> + </div> + [[ } ]] [[ include partials/confirm-modal ]] [[ include projects/layouts-modal ]] |
