-
- {{ range $item := .Params.resources }}
-
-
-
-
- {{/* 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 }}
-
-
-
-
+
+ {{ range $i, $path := .Params.paths }}
+
+
+ {{ $path.title }}
+ {{ $path.text }}
+
+
{{ end }}
-
+
+ {{ with .Params.follow }}
+
{{ .title }}
+
+ {{ range .items }}
+
+
+
+
+
+ {{ .title }}
+
+
{{ .text }}
+
+
+
+ {{ end }}
+
+ {{ end }}
+
+ {{ with .Params.email }}
+
{{ .title }}
+
+ {{ range .items }}
+
+
+
+
+
{{ .text | markdownify }}
+
+
+
+ {{ end }}
+
+ {{ end }}
{{ end }}