hugo/tpl/tplimpl/embedded/templates/shortcodes/tweet.html
2018-05-22 18:11:03 +02:00

4 lines
No EOL
188 B
HTML
Executable file

{{- $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 -}}