diff --git a/layouts/shortcodes/tool-grid.html b/layouts/shortcodes/tool-grid.html index 68f95b4..68dad5f 100644 --- a/layouts/shortcodes/tool-grid.html +++ b/layouts/shortcodes/tool-grid.html @@ -2,16 +2,16 @@ {{ $category := .Get "category" }} {{ range where .Site.RegularPages "Section" "tools" }} {{ if eq .Params.category $category }} -
+
{{ if .Params.image }}
{{ .Title }}
{{ end }} -
+

{{ .Title }}

- {{ .Params.description }} -
+
{{ .Params.description }}
+
- Learn More → + + Learn More → +