aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/_default/li.html2
-rw-r--r--site/layouts/post/single.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/site/layouts/_default/li.html b/site/layouts/_default/li.html
index 916acb3..e5fca8e 100644
--- a/site/layouts/_default/li.html
+++ b/site/layouts/_default/li.html
@@ -3,7 +3,7 @@
<h2 class="f3 b lh-title mb1 primary">{{ .Title }}</h2
>
<p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p>
- <p class="mb0">{{ .Summary }}</p>
+ <p class="mb0">{{ .Description }}</p>
<p class="link b dib black mb0">Read more →</p>
</a>
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>