diff --git a/layouts/join/list.html b/layouts/join/list.html index 0c1efc4..2c6690a 100644 --- a/layouts/join/list.html +++ b/layouts/join/list.html @@ -8,9 +8,12 @@

{{ .Title }}

- {{/* Icon class travels with the entry, so a new channel is a content change */}} -
- {{ with $item.icon }} {{ end }}{{ $item.title }} + {{/* Icon class travels with the entry, so a new channel is a content change. + It sits on its own span rather than on the heading: prettier collapses the space + a combined `class="card-title …"` would need. + */}} +
+ {{ with $item.icon }} {{ end }}{{ $item.title }}

{{ $item.text }}