mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
16 lines
360 B
HTML
16 lines
360 B
HTML
|
{{ with .Params.syndicatedCopies }}
|
||
|
<h3>Syndication</h3>
|
||
|
<p>This post has been syndicated to:</p>
|
||
|
<ul>
|
||
|
{{- range . -}}
|
||
|
{{- $type := "SocialMediaPosting" -}}
|
||
|
{{- with ".type" -}}
|
||
|
{{- $type = . -}}
|
||
|
{{- end }}
|
||
|
<li>
|
||
|
<a itemprop="discussionUrl" class="u-syndication" rel="syndication" href="{{ .url }}">{{ .title }}</a>
|
||
|
</li>
|
||
|
{{- end -}}
|
||
|
</ul>
|
||
|
{{- end -}}
|