shithub: hugo

ref: 2f17f9378ad96c4a9f6d7d24b0776ed3a25a08a3
dir: /tpl/tplimpl/embedded/templates/shortcodes/tweet.html/

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