diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 11:03:13 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 11:03:13 +0800 |
commit | 63f460b490bac2038952f478a099b71aee08dea5 (patch) | |
tree | 3c2c06f005c5552a308a6dc062b5a70b11bb9a5b | |
parent | *: Migrate to the new path scheme (diff) | |
download | forge-63f460b490bac2038952f478a099b71aee08dea5.tar.gz forge-63f460b490bac2038952f478a099b71aee08dea5.tar.zst forge-63f460b490bac2038952f478a099b71aee08dea5.zip |
repo_tree_file: Fix link to CSS
Diffstat (limited to '')
-rw-r--r-- | templates/repo_tree_file.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_tree_file.html.tmpl b/templates/repo_tree_file.html.tmpl index d4ba1e8..00547d2 100644 --- a/templates/repo_tree_file.html.tmpl +++ b/templates/repo_tree_file.html.tmpl @@ -3,7 +3,7 @@ <html lang="en"> <head> {{ template "head_common" . }} - <link rel="stylesheet" href="/static/chroma.css" /> + <link rel="stylesheet" href="/:/static/chroma.css" /> <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }} – Lindenii Forge</title> </head> <body class="repo-tree-file"> |