mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 23:52:56 -06:00
separate index page styling
This commit is contained in:
parent
4e81ac807e
commit
2a44a49979
3 changed files with 50 additions and 12 deletions
|
|
@ -43,5 +43,8 @@ func (m *Module) baseHandler(c *gin.Context) {
|
|||
c.HTML(http.StatusOK, "index.tmpl", gin.H{
|
||||
"instance": instance,
|
||||
"ogMeta": ogBase(instance),
|
||||
"stylesheets": []string{
|
||||
distPathPrefix + "/index.css",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue