mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Removed "Neocities" top menu link from signed-in homepage and "About" top menu link from all pages
This commit is contained in:
parent
7f8fdb159d
commit
0ef25a55b7
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<% if request.path == '/' %>
|
<% if request.path == '/' && !signed_in? %>
|
||||||
<li>
|
<li>
|
||||||
<a href="/">Neocities</a>
|
<a href="/">Neocities</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -9,9 +9,6 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="/activity">Activity</a>
|
<a href="/activity">Activity</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="/about">About</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/tutorials">Tutorials</a>
|
<a href="/tutorials">Tutorials</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue