From eb5e0f60b9f58f09deff479a407e87631172de31 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 31 Mar 2025 12:16:52 +0800 Subject: [PATCH] Remove redundant path in group view --- templates/group.tmpl | 1 - diff --git a/templates/group.tmpl b/templates/group.tmpl index e942cccf563913223461966d8a6923d7e44972a2..7a9574a6e0960806ffc6afd882afc67d0dd18099 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -13,7 +13,6 @@ {{- template "header" . -}}
-

{{- range $i, $s := .group_path -}}{{- $s -}}{{- if ne $i (minus (len $group_path) 1) }} / {{ end -}}{{- end -}} {{- if .description -}}

{{- .description -}}

{{- end -}} -- 2.48.1