home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove links from releases/artists/tracks headers

+3 -3
+1 -1
admin/templates/html/artists.html
··· 8 8 {{define "content"}} 9 9 <main> 10 10 <header> 11 - <h1><a href="/admin/artists/">Artists</a> <small>({{len .Artists}} total)</small></h2> 11 + <h1>Artists <small>({{len .Artists}} total)</small></h2> 12 12 <a class="button new" id="create-artist">Create New</a> 13 13 </header> 14 14
+1 -1
admin/templates/html/releases.html
··· 8 8 {{define "content"}} 9 9 <main> 10 10 <header> 11 - <h1><a href="/admin/releases/">Releases</a> <small>({{len .Releases}} total)</small></h1> 11 + <h1>Releases <small>({{len .Releases}} total)</small></h1> 12 12 <a class="button new" id="create-release">Create New</a> 13 13 </header> 14 14
+1 -1
admin/templates/html/tracks.html
··· 8 8 {{define "content"}} 9 9 <main> 10 10 <header> 11 - <h1><a href="/admin/tracks/">Tracks</a> <small>({{len .Tracks}} total)</small></h1> 11 + <h1>Tracks <small>({{len .Tracks}} total)</small></h1> 12 12 <a class="button new" id="create-track">Create New</a> 13 13 </header> 14 14