From 147254dcb52d2b747e278afc5c1c109c0bb1521d Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Tue, 3 May 2022 01:10:03 -0400 Subject: [PATCH] Updated toots shortcode --- layouts/shortcodes/displayToots.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}