mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 02:50:29 -04:00
7 lines
208 B
HTML
7 lines
208 B
HTML
{{- $url := printf "https://api.twitter.com/1/statuses/oembed.json?id=%v&dnt=1&omit_script=1" (index .Params 0) -}}
|
|
{{- $json := getJSON $url -}}
|
|
|
|
<div class="embed tweet">
|
|
{{ $json.html | safeHTML }}
|
|
</div>
|