Point avatar and View Profile at own person page; drop the profile page

This commit is contained in:
Ian Gulliver
2026-08-16 14:13:54 -07:00
parent b9bb8629a8
commit 440b3f11de
4 changed files with 6 additions and 45 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
<div class="brand"><img src="/static/brand/icon-192.png" alt=""><span>Helios Who?</span></div>
<nav id="nav"></nav>
<div class="user-menu" id="user-menu" hidden>
<a href="/profile">View Profile</a>
<a href="/people/{{.UserEmail}}">View Profile</a>
<form method="post" action="/auth/logout"><button>Sign Out</button></form>
</div>
<div class="user" id="user"><span class="user-avatar">{{.UserInitial}}</span><span>{{.UserName}}</span></div>
@@ -73,7 +73,7 @@
<div class="drawer-user">
<div class="drawer-user-menu-anchor">
<div class="user-menu" id="drawer-user-menu" hidden>
<a href="/profile">View Profile</a>
<a href="/people/{{.UserEmail}}">View Profile</a>
<form method="post" action="/auth/logout"><button>Sign Out</button></form>
</div>
</div>