added a link to the discord server in the header

This commit is contained in:
agnesthealien 2026-03-22 02:25:35 -04:00
parent 84aaa06e1d
commit dc84cee86a
2 changed files with 8 additions and 1 deletions

View file

@ -50,9 +50,13 @@
<%= render "menu/menu_about" %>
</li>
<li class="dropdown">
<a href="/">Community</a>
<a href="/">Links</a>
<%= render "menu/menu_othersites" %>
</li>
<li class="dropdown">
<a href="/">Community</a>
<%= render "menu/menu_community" %>
</li>
<li class="search"><%= render "works/search_box" %></li>
</ul>
</nav>

View file

@ -0,0 +1,3 @@
<ul class="menu">
<li> <a href="https://discord.gg/hZCq5VDnUt">Sunset Discord</a>
</li></ul>