shithub: hugo

ref: 710142016b140538bfc11e48bb32d26fa685b2ad
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 -}}