From 27c420310dda4b67adc8c4c763e56879e557d927 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Tue, 4 Jul 2023 15:40:21 -0600 Subject: [PATCH] Minor update to content load example --- content/posts/hello-world.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 6583175..5079692 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -51,8 +51,11 @@ Here we are using a Hugo concept called an "inline shortcode". This allows us to {{< htmx.inline >}}
+ hx-trigger="click" + hx-target="#content_target" + hx-swap="beforeend" /> +
{{< /htmx.inline >}}