mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Add page-specific class per template (#3814)
* [feature] Add page-specific class per template * cheeky bit cheaper
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user