diff --git a/template/components/content_href.go b/template/components/content_href.go index 99cc6be..143ca80 100644 --- a/template/components/content_href.go +++ b/template/components/content_href.go @@ -3,7 +3,6 @@ package components type ContentHref struct { Text string Link string - Target string // _blank _parent _self _top Icon string IsButton bool TypeClass string // type primary, secondary, success, danger, warning, info, light, dark, link diff --git a/template/components/content_href.html b/template/components/content_href.html index 8537874..f4980ac 100644 --- a/template/components/content_href.html +++ b/template/components/content_href.html @@ -1,6 +1,5 @@ {{define "content_href"}} - {{.Text}}