diff --git a/layouts/shortcodes/teamgrid.html b/layouts/shortcodes/teamgrid.html index 8f37ad8..8c62877 100644 --- a/layouts/shortcodes/teamgrid.html +++ b/layouts/shortcodes/teamgrid.html @@ -1,20 +1,20 @@ + -
{{ range .Page.Params.team }}
- {{ if .image }}
{{ .name }} @@ -69,26 +74,20 @@ {{ else }}
{{ end }} -

{{ if .linkedin }} {{ .name }} {{ else }} {{ .name }} {{ end }} - {{ if .blog }} (blog) {{ end }}

- -

{{ replaceRE `,` ",
" (.role) | safeHTML }}

- {{ if .bio }}

{{ .bio }}

{{ end }} -
{{ end }}