diff options
Diffstat (limited to 'templates')
-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> |