summaryrefslogtreecommitdiff
path: root/internal/web/profile.go
diff options
context:
space:
mode:
authorLibravatar CDN <cardinal@codeword.info>2024-12-18 17:47:17 +0800
committerLibravatar GitHub <noreply@github.com>2024-12-18 10:47:17 +0100
commitf78002f915eeaaf455873106b289c96b8c4afb5d (patch)
tree03b535df867cd1aa7dccab419de730504fa24415 /internal/web/profile.go
parentupdate gruf/go-ffmpreg to v0.6.4 (#3627) (diff)
downloadgotosocial-f78002f915eeaaf455873106b289c96b8c4afb5d.tar.xz
[bugfix] Load instance-wide custom css in page stylesheets template (#3601)
* [bugfix] Load instance-wide custom css in page stylesheets template * [chore] remove redunt import
Diffstat (limited to 'internal/web/profile.go')
-rw-r--r--internal/web/profile.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/web/profile.go b/internal/web/profile.go
index 741dc2a83..a6d96a9ea 100644
--- a/internal/web/profile.go
+++ b/internal/web/profile.go
@@ -142,7 +142,6 @@ func (m *Module) profileGETHandler(c *gin.Context) {
cssStatus,
cssThread,
cssProfile,
- instanceCustomCSSPath,
}...,
)