remove links from releases/artists/tracks headers

This commit is contained in:
ari melody 2025-10-21 18:47:27 +01:00
parent 774fb870fc
commit 9e984d84b5
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
{{define "content"}}
<main>
<header>
<h1><a href="/admin/artists/">Artists</a> <small>({{len .Artists}} total)</small></h2>
<h1>Artists <small>({{len .Artists}} total)</small></h2>
<a class="button new" id="create-artist">Create New</a>
</header>