mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 08:32:29 -05:00
re-include status.css for profile template
This commit is contained in:
parent
e9b02b6039
commit
88064ad56b
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ func (m *Module) profileTemplateHandler(c *gin.Context) {
|
||||||
"statuses": statuses,
|
"statuses": statuses,
|
||||||
"stylesheets": []string{
|
"stylesheets": []string{
|
||||||
"/assets/Fork-Awesome/css/fork-awesome.min.css",
|
"/assets/Fork-Awesome/css/fork-awesome.min.css",
|
||||||
|
"/assets/dist/status.css",
|
||||||
"/assets/dist/profile.css",
|
"/assets/dist/profile.css",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue