diff options
Diffstat (limited to 'templates/category_index.html')
-rw-r--r-- | templates/category_index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/category_index.html b/templates/category_index.html index 1ae0c64..76f55e1 100644 --- a/templates/category_index.html +++ b/templates/category_index.html @@ -5,8 +5,11 @@ <link rel="stylesheet" href="/static/style.css" /> <title>{{ .category_name }}</title> </head> -<body class="index"> +<body class="category-index"> <div class="padding-wrapper"> +<h1> +Repos in {{ .category_name }} +</h1> <ul> {{- range .repos }} <li> |