Get rid of custom comment generation
This commit is contained in:
@ -5,7 +5,7 @@ package element
|
||||
|
||||
import "gitlab.codemonkeysoftware.net/b/hatmill"
|
||||
|
||||
// A creates a hyperlink.
|
||||
// A creates a <a> element.
|
||||
func A(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement {
|
||||
return func(children ...hatmill.Term) hatmill.ParentElement {
|
||||
return hatmill.ParentElement{
|
||||
|
Reference in New Issue
Block a user