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/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/web/tag.go') diff --git a/internal/web/tag.go b/internal/web/tag.go index 423000f99..5c3cd31a6 100644 --- a/internal/web/tag.go +++ b/internal/web/tag.go @@ -59,7 +59,7 @@ func (m *Module) tagGETHandler(c *gin.Context) { Template: "tag.tmpl", Instance: instance, OGMeta: apiutil.OGBase(instance), - Stylesheets: []string{cssFA, cssThread, cssTag, instanceCustomCSSPath}, + Stylesheets: []string{cssFA, cssThread, cssTag}, Extra: map[string]any{"tagName": tagName}, } -- cgit v1.2.3