shithub: hugo

ref: 9ad46a20357a7e28b405feef5c8f7d4501186da6
dir: /tpl/tplimpl/embedded/templates/shortcodes/tweet.html/

View raw version
{{- $pc := .Page.Site.Config.Privacy.Tweet -}}
{{- if not $pc.Disable -}}
{{ (getJSON "https://api.twitter.com/1/statuses/oembed.json?id=" (index .Params 0)).html | safeHTML }}
{{- end -}}