trwnh.com/unified.test.hugo/layouts/partials/components/in-reply-to-prepend.html

6 lines
322 B
HTML
Raw Normal View History

2024-11-13 17:24:48 +00:00
{{- $pageLink := "" }}
{{- if .pageRef }}
{{- $pageLink = (site.GetPage .pageRef).Permalink}}
{{- end }}
{{- $url := or .url $pageLink }}
2024-10-18 07:33:33 +00:00
<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>