mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 18:52:25 -05:00
[feature] Add page-specific class per template (#3814)
* [feature] Add page-specific class per template * cheeky bit cheaper
This commit is contained in:
parent
a03a35a5d6
commit
8829ee187a
7 changed files with 14 additions and 6 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue