aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-31 12:16:52 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-31 12:16:52 +0800
commiteb5e0f60b9f58f09deff479a407e87631172de31 (patch)
tree50db26dc54ddff41628cbb005ac5a93dc922c812
parentUnify font sizes (diff)
downloadforge-eb5e0f60b9f58f09deff479a407e87631172de31.tar.gz
forge-eb5e0f60b9f58f09deff479a407e87631172de31.tar.zst
forge-eb5e0f60b9f58f09deff479a407e87631172de31.zip
Remove redundant path in group view
-rw-r--r--templates/group.tmpl1
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 -}}