mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
6 lines
252 B
HTML
6 lines
252 B
HTML
{{- $link := .Get "link" -}}
|
|
{{- $query := querify "url" $link -}}
|
|
{{- $request := printf "https://embed.bsky.app/oembed?%s" $query -}}
|
|
{{- $jsonOembed := partial "function/get-remote-json" (dict "URL" $request) -}}
|
|
{{- $jsonOembed.html | safeHTML -}}
|