You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Modified `base.html` to conditionally add a separator to the page
title. If a page defines a specific title, it will be shown as
"Page Title - Tronbyt Manager". If a page has no specific title,
the browser title will be just "Tronbyt Manager".
- Adjusted `manager/index.html` and `manager/adminindex.html` to
explicitly set their main `<h1>` heading to "Tronbyt Manager".
This ensures they have a visible heading while their browser tab
title correctly defaults to "Tronbyt Manager".
This addresses the issue where some pages had concatenated titles
(e.g., "LoginTronbyt Manager") and ensures that main index pages
have appropriate titles and headings.
0 commit comments