mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
7 lines
181 B
Text
7 lines
181 B
Text
{{- if collections.In (slice "cite" "entry") . -}}
|
|
{{- "article" -}}
|
|
{{- else if eq . "calendar" -}}
|
|
{{- "calendar event" -}}
|
|
{{- else -}}
|
|
{{- . | singularize -}}
|
|
{{- end -}}
|