diff options
| author | ivar <i@oiee.no> | 2026-04-04 16:34:46 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-04-04 16:34:46 +0200 |
| commit | a6355e7a6530af3335c4cd8af05f1e9c8b978169 (patch) | |
| tree | c9d920d1e996ef1c42d3455825731598df6b56c2 /templates/admin.html | |
| parent | 8a093aacd162d3fd9f142b53aab9edfa061fd66a (diff) | |
| download | nebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.tar.xz nebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.zip | |
.
Diffstat (limited to 'templates/admin.html')
| -rw-r--r-- | templates/admin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.html b/templates/admin.html index c0ebeaa..9a649e7 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -4,8 +4,8 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Admin — {{.Title}}</title> - <link rel="stylesheet" href="/styles/main.css"> - <link rel="stylesheet" href="/styles/admin.css"> + <link rel="stylesheet" href="/assets/styles/main.css"> + <link rel="stylesheet" href="/assets/styles/admin.css"> {{.ImportMapTag}} {{- range .ComponentScripts}} <script type="module" src="{{.}}"></script> |
