all repos — gomponents @ 7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7

HTML components in pure Go

Add LinkStylesheet and LinkPreload components (#79) These are often used in the `<head>` part of the HTML.

Markus Wüstenberg
commit

7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7

parent

3e9e00ca0dc6b58e58694d84c97a1d2f2ab4002b

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M html/attributes_test.gohtml/attributes_test.go
@@ -36,6 +36,7 @@ cases := map[string]func(string) g.Node{
"accept": Accept, "action": Action, "alt": Alt, + "as": As, "autocomplete": AutoComplete, "charset": Charset, "class": Class,