diff --git a/layouts/shortcodes/displayToots.html b/layouts/shortcodes/displayToots.html index a550bb9..740038c 100644 --- a/layouts/shortcodes/displayToots.html +++ b/layouts/shortcodes/displayToots.html @@ -1,5 +1,4 @@ -{{ $suburl := .Get 0 }} -{{ $url := print .Site.BaseURL $suburl}} +{{ $url := .Get 0 }} {{ $dataJ := getJSON $url }}