aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-09 14:16:50 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-09 14:16:50 +0800
commit09ba97583496a468ccbc28a53cd48da9747cab66 (patch)
tree80be5d1285d92e4a4bf99850d63834aa4b27327f /templates
parentstyle.css: .commit-id monospace (diff)
downloadforge-09ba97583496a468ccbc28a53cd48da9747cab66.tar.gz
forge-09ba97583496a468ccbc28a53cd48da9747cab66.tar.zst
forge-09ba97583496a468ccbc28a53cd48da9747cab66.zip
repo_index.html: Include external CSS
Diffstat (limited to '')
-rw-r--r--templates/repo_index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo_index.html b/templates/repo_index.html
index 3231ec1..552c2a0 100644
--- a/templates/repo_index.html
+++ b/templates/repo_index.html
@@ -2,6 +2,7 @@
<!DOCTYPE html>
<html>
<head>
+<link rel="stylesheet" href="/static/style.css" />
<title>
{{ .project_name }}/repos/{{ .repo_name }}
</title>