Rename and document fork
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M html/elements.go → html/elements.go
@@ -8,7 +8,7 @@ import ( "io" - g "maragu.dev/gomponents" + g "go.alanpearce.eu/gomponents" ) // Doctype returns a special kind of [g.Node] that prefixes its sibling with the string "<!doctype html>".