Files
website/layouts/shortcodes/mastodon.html
T

7 lines
214 B
HTML

{{ $align := .Get "align" | default "center" }}
<div style="text-align: {{ $align }};">
<blockquote class="mastodon-embed" data-lang="en">
<a href="{{ .Get 0 }}">View Mastodon Post</a>
</blockquote>
</div>