-
-
-
- {{ .Site.Title }}
- {{- with .Site.Params.description -}} -
-
+ {{ . | safeHTML }}
- {{- end -}} -
+
+
+
- {{ .Site.Title }}
+ {{- with .Site.Params.description -}}
- {{- with .Site.Params.homepageImage -}}
- {{/*
*/}}
-
-
-
-
+
+
{{ . | safeHTML }}
{{- end -}}
-
-
- {{- range first 1 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) -}}
- {{ $page := . }}
-
-
- {{- with .Resources.Match "images/banner.svg" -}}
- {{ range . }}
- {{- $image := . -}}
-
-
-
- {{- end -}}
- {{- end -}}
-
-
+
+ {{- with .Site.Params.homepageImage -}}
+ {{/*
+ */}}
+
+
{{- end -}}
-
-
-
- {{ range after 1 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
-
- {{ .Render "card" }}
-
- {{ end }}
-
+
+
+ {{- range first 1 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) -}}
+
+
+
+ {{ .Render "card-large" }}
+
+ {{- end -}}
+
+
+
+ {{ range after 1 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
+
+
+ {{ .Render "card" }}
+
+ {{ end }}
+
+
+
{{ end }}
diff --git a/layouts/post/single.html b/layouts/post/single.html
index d5674ee..27e31a7 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -23,7 +23,7 @@
+
+
+
+
+ {{ partial "authors.html" $page }}