diff --git a/layouts/posts/section.html b/layouts/posts/section.html
index 91f6100..9acad97 100644
--- a/layouts/posts/section.html
+++ b/layouts/posts/section.html
@@ -2,9 +2,11 @@
{{ .Title }}
{{ .Content }}
{{ range .Pages }}
+ {{ $dateMachineP := .PublishDate | time.Format "2006-01-02T15:04:05-07:00" }}
+ {{ $dateHumanP := .PublishDate | time.Format ":date_long" }}
- {{ .PublishDate }}
+
{{ .Summary }}
{{ end }}