aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/post/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/post/single.html')
-rw-r--r--site/layouts/post/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/layouts/post/single.html b/site/layouts/post/single.html
index 4d6ea43..75a355f 100644
--- a/site/layouts/post/single.html
+++ b/site/layouts/post/single.html
@@ -7,6 +7,8 @@
<p>Read in {{ .ReadingTime }} minutes</p>
</div>
<div class="cms mw6">
+ <p>{{ .Description }}</p>
+ {{ if .Params.image }}<img src="{{ .Params.image }}" alt="{{ .Title }}" />{{ end }}
{{ .Content }}
</div>
</div>