From 9e3c6c2efa033d55e17a598bf18bffc8de43d256 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Sun, 25 Jun 2023 15:41:49 -0600 Subject: [PATCH] Replace hard-coded API calls with .Site.Params.apiBaseUrl --- content/posts/hello-world.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 2196215..8c905e2 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -12,15 +12,15 @@ Open `content/posts/hello-world.md` to follow along with the code. --- -{{< html.inline >}} +{{< htmx.inline >}}

Content loading from API...

-{{< /html.inline >}} +{{< /htmx.inline >}} ---