www.byjp.me/layouts/partials/interaction-count.obj
JP Hastings-Spital aa3c92b9db Adding interactions to clap count
This means that people appreciating my posts on other platforms get a single clap per interaction type (eg. comment or star or repost etc.)
2024-06-20 14:25:09 +01:00

8 lines
301 B
Text

{{- $interactionIndex := (split .Path "/") | after 1 -}}
{{- $interactionCount := 0 -}}
{{- if gt (len $interactionIndex) 1 -}}
{{- with (index site.Data.interactions $interactionIndex) -}}
{{- $interactionCount = len .interactions -}}
{{- end -}}
{{- end -}}
{{- return $interactionCount -}}