diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-09 14:16:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-09 14:16:50 +0800 |
commit | 09ba97583496a468ccbc28a53cd48da9747cab66 (patch) | |
tree | 80be5d1285d92e4a4bf99850d63834aa4b27327f /templates | |
parent | style.css: .commit-id monospace (diff) | |
download | forge-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.html | 1 |
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> |