mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 09:52:26 -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,
|
||||
"stylesheets": []string{
|
||||
"/assets/Fork-Awesome/css/fork-awesome.min.css",
|
||||
"/assets/dist/status.css",
|
||||
"/assets/dist/profile.css",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue