www.byjp.me/layouts/partials/in-reply-to.html
2024-04-05 16:02:38 +01:00

4 lines
274 B
HTML

{{- if not .Params.inReplyTo -}}
{{ errorf "InReplyTo partial called when no inReplyTo param set" -}}
{{- end -}}
{{ partial "reference-to.html" (dict "url" .Params.inReplyTo "references" .Params.references "svg" "reply" "phrase" "As a reply to" "mf2" "u-in-reply-to") }}