{{ if .Params.featured_image }}
{{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
@@ -12,11 +12,12 @@
{{ end }}
-
+
+ {{ partial "date.html" . }}
{{ .Summary }}
diff --git a/layouts/post/summary-with-image.html b/layouts/post/summary-with-image.html
index d72cb35..2112f0d 100644
--- a/layouts/post/summary-with-image.html
+++ b/layouts/post/summary-with-image.html
@@ -8,6 +8,7 @@
{{ end }}
{{ .Title }}
+ {{ partial "date.html" . }}
{{ .Summary }}