trwnh.com/unified.test.hugo/layouts/partials/components/syndication-list.html

8 lines
No EOL
252 B
HTML

<p class="syndication-hint">This entry has been posted elsewhere:</p>
<ul class="syndication-list">
{{- range . }}
<li class="syndication-list-item">
<a{{with .url}} href="{{.}}" class="u-syndication"{{end}}>{{or .name .url}}</a>
</li>
{{- end }}
</ul>