14 lines
440 B
HTML
14 lines
440 B
HTML
<div class="mastodon">
|
|
{{- with .Get 0 }}
|
|
<iframe
|
|
src="{{ . }}/embed"
|
|
class="mastodon-embed" style="max-width: 100%; border: 0"
|
|
width="400"
|
|
allowfullscreen="allowfullscreen">
|
|
</iframe>
|
|
<script src="https://fosstodon.org/embed.js" async="async"></script>
|
|
{{- else }}
|
|
{{- errorf "The %q shortcode requires a positional parameter: the url of the post. See %s" .Name .Position }}
|
|
{{- end }}
|
|
</div>
|