diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 12:16:52 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 12:16:52 +0800 |
commit | eb5e0f60b9f58f09deff479a407e87631172de31 (patch) | |
tree | 50db26dc54ddff41628cbb005ac5a93dc922c812 /templates | |
parent | Unify font sizes (diff) | |
download | forge-eb5e0f60b9f58f09deff479a407e87631172de31.tar.gz forge-eb5e0f60b9f58f09deff479a407e87631172de31.tar.zst forge-eb5e0f60b9f58f09deff479a407e87631172de31.zip |
Remove redundant path in group view
Diffstat (limited to 'templates')
-rw-r--r-- | templates/group.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index e942ccc..7a9574a 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -13,7 +13,6 @@ <body class="group"> {{- template "header" . -}} <div class="padding-wrapper"> - <p>{{- range $i, $s := .group_path -}}{{- $s -}}{{- if ne $i (minus (len $group_path) 1) }} / {{ end -}}{{- end -}} {{- if .description -}} <p>{{- .description -}}</p> {{- end -}} |