diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:30:57 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:31:12 +0800 |
commit | c37d627b529fc8d03328fc77efc57b19ecd0e8f0 (patch) | |
tree | d3e532cf48afd5edd819027301891d2923ea43e3 /templates/repo_raw_dir.tmpl | |
parent | Update hosted forge links (diff) | |
download | forge-c37d627b529fc8d03328fc77efc57b19ecd0e8f0.tar.gz forge-c37d627b529fc8d03328fc77efc57b19ecd0e8f0.tar.zst forge-c37d627b529fc8d03328fc77efc57b19ecd0e8f0.zip |
*: Add column headers to tables
Diffstat (limited to 'templates/repo_raw_dir.tmpl')
-rw-r--r-- | templates/repo_raw_dir.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/repo_raw_dir.tmpl b/templates/repo_raw_dir.tmpl index 07f577a..924df0f 100644 --- a/templates/repo_raw_dir.tmpl +++ b/templates/repo_raw_dir.tmpl @@ -19,6 +19,11 @@ (Raw) /{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }}{{ if .ref_name }} on {{ .ref_name }}{{ end }} </th> </tr> + <tr> + <th scope="col">Mode</th> + <th scope="col">Filename</th> + <th scope="col">Size</th> + </tr> </thead> <tbody> {{- $path_spec := .path_spec }} |