studio-umzu/themes/duckquill/templates/shortcodes/mastodon.html

17 lines
328 B
HTML
Raw Permalink Normal View History

2025-08-27 16:56:14 +02:00
{%- if host -%}
{%- set host = host -%}
{%- else -%}
{%- set host = config.extra.comments.host -%}
{%- endif -%}
{%- if user -%}
{%- set user = user -%}
{%- else -%}
{%- set user = config.extra.comments.user -%}
{%- endif -%}
<iframe
class="mastodon-embed"
src="https://{{ host }}/@{{ user }}/{{ id }}/embed">
</iframe>