diff options
-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 -}} |