aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2015-03-01 14:50:11 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2015-03-01 14:50:11 -0500
commitac1cf36fe024843fd7173ec4d5feb62c53285997 (patch)
tree9acb25d03f49608ad1e937d0ea8f9d2d994bc680
parentd824fd879e8190a796ea21306cd3e8b7525189ad (diff)
downloadkompetenzbolzen.github.io-ac1cf36fe024843fd7173ec4d5feb62c53285997.tar.gz
Using post.excerpt in index.html (closes #117)
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d15ca42..5e0cb3e 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@ layout: default
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
- {{ post.content | truncatewords:40}}
+ {{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>