6 lines
No EOL
322 B
HTML
6 lines
No EOL
322 B
HTML
{{- $pageLink := "" }}
|
|
{{- if .pageRef }}
|
|
{{- $pageLink = (site.GetPage .pageRef).Permalink}}
|
|
{{- end }}
|
|
{{- $url := or .url $pageLink }}
|
|
<p class="in-reply-to-prepend"><span class="in-reply-to-prepend__text">In response to <a class="u-in-reply-to h-entry"{{with $url}} href="{{.}}"{{end}}>{{or .name $url}}</a></span></p> |