mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
WebUIs: fix css loading order
Fixes #1628 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
3f2604d33f
commit
525f33a07a
1 changed files with 2 additions and 2 deletions
|
@ -800,11 +800,11 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="shortcut icon" href="{{.StaticURL}}{{.Branding.FaviconPath}}" />
|
||||
{{- template "fonts" . }}
|
||||
{{- block "extra_css" .}}{{- end}}
|
||||
{{- range .Branding.DefaultCSS}}
|
||||
<link href="{{$.StaticURL}}{{.}}" rel="stylesheet" type="text/css">
|
||||
{{- end}}
|
||||
{{- template "globalstyle" .CSPNonce }}
|
||||
{{- block "extra_css" .}}{{- end}}
|
||||
{{- template "globalstyle" .CSPNonce }}
|
||||
{{- range .Branding.ExtraCSS}}
|
||||
<link href="{{$.StaticURL}}{{.}}" rel="stylesheet" type="text/css">
|
||||
{{- end}}
|
||||
|
|
Loading…
Reference in a new issue