add latest blog post to admin dashboard view

This commit is contained in:
ari melody 2025-11-07 18:16:14 +00:00
parent 21912d4ec2
commit fec3325503
Signed by: ari
GPG key ID: CF99829C92678188
5 changed files with 93 additions and 7 deletions

View file

@ -43,6 +43,7 @@ var IndexTemplate = template.Must(template.Must(BaseTemplate.Clone()).Parse(
componentReleaseHTML,
componentArtistHTML,
componentTrackHTML,
componentBlogPostHTML,
}, "\n"),
))