diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:18:31 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:18:31 +0800 |
commit | 73785a435ab9ec0809f543e0aa3073581622ee86 (patch) | |
tree | e722a7059af9b0b140bff28f8e8c8f97db3b50a0 | |
parent | Remind visitors of the change (diff) | |
download | forge-73785a435ab9ec0809f543e0aa3073581622ee86.tar.gz forge-73785a435ab9ec0809f543e0aa3073581622ee86.tar.zst forge-73785a435ab9ec0809f543e0aa3073581622ee86.zip |
Adjust head
-rw-r--r-- | templates/_head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_head.tmpl b/templates/_head.tmpl index 96575fa..d6d6571 100644 --- a/templates/_head.tmpl +++ b/templates/_head.tmpl @@ -5,5 +5,5 @@ {{- define "head_common" -}} <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<link rel="stylesheet" href="/:/static/style.css" /> +<link rel="stylesheet" href="/-/static/style.css" /> {{- end -}} |