mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 05:30:05 +00:00
🐛 fix(template): 自定义CSS
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{{template "common/header" .}}
|
||||
{{if ts .CustomCSS}}
|
||||
{{tag "style"}}
|
||||
{{.CustomCSS|css}}
|
||||
{{.CustomCSS|safe}}
|
||||
{{tag "/style"}}
|
||||
{{end}}
|
||||
{{template "common/menu" .}}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<link rel="stylesheet" href="/static/theme-hotaru/css/darkmode.css?v202012121912" type="text/css">
|
||||
{{if ts .CustomCSS}}
|
||||
{{tag "style"}}
|
||||
{{.CustomCSS|css}}
|
||||
{{.CustomCSS|safe}}
|
||||
{{tag "/style"}}
|
||||
{{end}}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user