+ {{ end }}
+
+ {{/* create a list of posts for each month, with month as heading */}}
+
+ {{ range .Pages }}
+ {{ partial "postCard" . }}
+
+ {{ end }} {{/* end range .Pages */}}
+
+ {{ end }} {{/* end range .Pages.GroupByDate "2006" */}}
+
+
+
+{{- end -}}
diff --git a/layouts/partials/postCard.html b/layouts/partials/postCard.html
index a4092051..9c758012 100644
--- a/layouts/partials/postCard.html
+++ b/layouts/partials/postCard.html
@@ -33,7 +33,12 @@
{{ end }}
- {{if not (eq .Type "series") }}
+ {{if eq .Type "event" }}
+
+ {{else if not (eq .Type "series") }}