More tweaks to education page

This commit is contained in:
Victoria Wang 2015-04-29 16:15:44 -07:00
parent 44e3d276f4
commit 84dd32f61e
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<% if request.path == '/' && !signed_in? %>
<% if (request.path == '/' && !signed_in?) || request.path == '/education' %>
<li>
<a href="/">Neocities</a>
</li>