mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
4 lines
274 B
HTML
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") }}
|