mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 01:07:29 -06:00
consolidate stylesheets
This commit is contained in:
parent
7e1e57321c
commit
6aa580a470
12 changed files with 183 additions and 50 deletions
|
|
@ -59,7 +59,7 @@ func (m *Module) indexHandler(c *gin.Context) {
|
|||
Template: "index.tmpl",
|
||||
Instance: instance,
|
||||
OGMeta: apiutil.OGBase(instance),
|
||||
Stylesheets: []string{cssAbout, cssIndex},
|
||||
Stylesheets: []string{},
|
||||
Extra: map[string]any{"showStrap": true},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue