about summary refs log tree commit diff stats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 6e53386..bf28d91 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,6 +6,7 @@
 				<li>
 					<a href="{{ .Permalink }}">{{ .Title }}</a>
 					<time class="pull-right post-list" datetime="{{ .Date.Format "2006-01-02 15:04:05Z" }}">{{ .Date.Format "Mon, Jan 2, 2006" }}</time>
+					<p class="summary">{{ .Summary }}</p>
 				</li>
 				{{ end }}
 			</ul>