diff options
Diffstat (limited to 'templates/_group_path.tmpl')
-rw-r--r-- | templates/_group_path.tmpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/_group_path.tmpl b/templates/_group_path.tmpl deleted file mode 100644 index f5d3bf8..0000000 --- a/templates/_group_path.tmpl +++ /dev/null @@ -1,8 +0,0 @@ -{{/* - SPDX-License-Identifier: AGPL-3.0-only - SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -*/}} -{{- define "group_path_plain" -}} -{{- $p := . -}} -{{- range $i, $s := . -}}{{- $s -}}{{- if ne $i (minus (len $p) 1) -}}/{{- end -}}{{- end -}} -{{- end -}} |