summaryrefslogtreecommitdiff
path: root/_layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/home.html')
-rw-r--r--_layouts/home.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index b79b027..e86425a 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -7,7 +7,9 @@ sidebar: sb_sidebar_news.html
{% for post in paginator.posts %}
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
{% include postmeta.html node=post %}
- {{ post.content }}
+ {{ post.excerpt }}{%
+ if post.excerpt != post.content %}<a href="{{ site.baseurl }}{{ post.url }}">Read more...</a> the Irssi Team.{%
+ endif %}
{% endfor %}
{% include paginate.html %}