diff --git a/docs/layouts/_shortcodes/item-settings.html b/docs/layouts/_shortcodes/item-settings.html index 718d9e583311..68741c679355 100644 --- a/docs/layouts/_shortcodes/item-settings.html +++ b/docs/layouts/_shortcodes/item-settings.html @@ -37,6 +37,7 @@ {{ partial "shortcodes/badge.html" (dict "border" false "icon" "calendar" + "class" "hx:mx-1" "content" (print "Since golangci-lint " .since) ) }} @@ -44,6 +45,7 @@ {{ partial "shortcodes/badge.html" (dict "border" true "icon" "sparkles" + "class" "hx:mx-1" "content" (print "Deprecated since " .deprecation.since) "type" "error" ) @@ -53,6 +55,7 @@ {{ partial "shortcodes/badge.html" (dict "border" false "icon" "sparkles" + "class" "hx:mx-1" "content" "New" "type" "warning" ) @@ -62,6 +65,7 @@ {{ partial "shortcodes/badge.html" (dict "border" false "icon" "sparkles" + "class" "hx:mx-1" "content" "Autofix" "type" "info" ) @@ -72,6 +76,7 @@ {{ partial "shortcodes/badge.html" (dict "border" true "icon" "github" + "class" "hx:mx-1" "content" "Repository" "link" .originalURL )