mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
13 lines
312 B
HTML
13 lines
312 B
HTML
<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>
|