From 89194e0c20ef8b20da2f767f46e9451574253018 Mon Sep 17 00:00:00 2001 From: maddalax Date: Sun, 29 Sep 2024 08:22:45 -0500 Subject: [PATCH] add github link --- htmgo-site/pages/examples.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmgo-site/pages/examples.go b/htmgo-site/pages/examples.go index 481e365..2919647 100644 --- a/htmgo-site/pages/examples.go +++ b/htmgo-site/pages/examples.go @@ -28,7 +28,7 @@ var examples = []Example{ }, { Title: "form with loading state", - Github: "", + Github: "https://github.com/maddalax/htmgo/blob/master/htmgo-site/pages/form.go", Demo: "/form", Description: "A simple form submission example with a loading state", },