From 63f460b490bac2038952f478a099b71aee08dea5 Mon Sep 17 00:00:00 2001
From: Runxi Yu <me@runxiyu.org>
Date: Wed, 12 Feb 2025 11:03:13 +0800
Subject: [PATCH] repo_tree_file: Fix link to CSS

---
 templates/repo_tree_file.html.tmpl | 2 +-

diff --git a/templates/repo_tree_file.html.tmpl b/templates/repo_tree_file.html.tmpl
index d4ba1e88dbe803dcd1492799afb62e10444abc71..00547d2f6e0fe9158863c654df5ccfc658277899 100644
--- a/templates/repo_tree_file.html.tmpl
+++ b/templates/repo_tree_file.html.tmpl
@@ -3,7 +3,7 @@ <!DOCTYPE html>
 <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 }} &ndash; Lindenii Forge</title>
 	</head>
 	<body class="repo-tree-file">

-- 
2.48.1