diff --git a/internal/templates/auth.templ b/internal/templates/auth.templ index af94d93..9d1bd6d 100644 --- a/internal/templates/auth.templ +++ b/internal/templates/auth.templ @@ -135,7 +135,7 @@ templ RecoveryComplete(newRecoveryKey string) { } templ Account(username string, createdAt string, passwordError string, passwordSuccess string, recoveryError string, recoverySuccess string, recoveryKey string) { - @Layout("Account", true) { + @Layout("mal - account", true) {

Account

diff --git a/internal/templates/watchlist.templ b/internal/templates/watchlist.templ index 7910d17..a0dcc6a 100644 --- a/internal/templates/watchlist.templ +++ b/internal/templates/watchlist.templ @@ -7,7 +7,7 @@ import ( ) templ Watchlist(entries []database.GetUserWatchListRow, layout string, currentStatus string, sortBy string, sortOrder string) { - @Layout("My Watchlist", true) { + @Layout("mal - watchlist", true) {

Watchlist