shithub: hugo

ref: 88e356868062cc618385cd22b6730df2459518cd
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 -}}