10 lines
371 B
HTML
10 lines
371 B
HTML
|
{{- with .Params.syndication }}
|
||
|
<p class="article-syndication-hint"><span class="article-syndication-hint__text">This entry has been posted elsewhere:</span></p>
|
||
|
<ul class="article-syndication-list">
|
||
|
{{- range . }}
|
||
|
<li class="article-syndication-list-item">
|
||
|
<a{{with .url}} href="{{.}}" class="u-syndication"{{end}}>{{or .name .url}}</a>
|
||
|
</li>
|
||
|
{{- end }}
|
||
|
</ul>
|
||
|
{{- end }}
|