Removed deprecated/experimental stuff
This commit is contained in:
@ -779,19 +779,6 @@ func Math(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.Pare
|
||||
}
|
||||
}
|
||||
|
||||
// Menu creates a <menu> element.
|
||||
func Menu(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement {
|
||||
return func(children ...hatmill.Term) hatmill.ParentElement {
|
||||
return hatmill.ParentElement{
|
||||
VoidElement: hatmill.VoidElement{
|
||||
TagName: "menu",
|
||||
Attribs: attribs,
|
||||
},
|
||||
Children: children,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Meta creates a <meta> element.
|
||||
func Meta(attribs ...hatmill.Attrib) hatmill.VoidElement {
|
||||
return hatmill.VoidElement{
|
||||
|
Reference in New Issue
Block a user