From 649d237f9e3f9efbb0af08f5af82b776a3d81654 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 20:29:39 +0800 Subject: group/index: Add group description --- templates/group.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/group.tmpl') diff --git a/templates/group.tmpl b/templates/group.tmpl index f881458..5ddae0f 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -14,6 +14,9 @@ {{ template "header" . }}

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

{{ .description }}

+ {{ end }} {{ template "group_view" . }}