From f78002f915eeaaf455873106b289c96b8c4afb5d Mon Sep 17 00:00:00 2001 From: CDN Date: Wed, 18 Dec 2024 17:47:17 +0800 Subject: [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 --- internal/web/profile.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/web/profile.go') 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, }..., ) -- cgit v1.2.3