[feature] Add page-specific class per template (#3814)

* [feature] Add page-specific class per template

* cheeky bit cheaper
This commit is contained in:
tobi 2025-02-20 15:09:28 +01:00 committed by GitHub
commit 8829ee187a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 6 deletions

View file

@ -50,7 +50,7 @@ func (m *Module) loginGETHandler(c *gin.Context) {
}
page := apiutil.WebPage{
Template: "login_info.tmpl",
Template: "login-info.tmpl",
Instance: instance,
OGMeta: apiutil.OGBase(instance),
Stylesheets: []string{cssAbout, cssLoginInfo},