diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 14:51:57 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 14:51:57 +0800 |
commit | 1be33b26911375b00a65073ff8c30dece10c49dc (patch) | |
tree | 7d4354833c26a96a88451607926492d52849c68d /templates | |
parent | handle_repo_tree: Syntax highlighting (diff) | |
download | forge-1be33b26911375b00a65073ff8c30dece10c49dc.tar.gz forge-1be33b26911375b00a65073ff8c30dece10c49dc.tar.zst forge-1be33b26911375b00a65073ff8c30dece10c49dc.zip |
repo_tree: Add chroma.css
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo_tree_file.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html index d561485..4324208 100644 --- a/templates/repo_tree_file.html +++ b/templates/repo_tree_file.html @@ -3,6 +3,7 @@ <html> <head> <link rel="stylesheet" href="/static/style.css" /> +<link rel="stylesheet" href="/static/chroma.css" /> <title>{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> </head> <body class="repo-tree-file"> |