summaryrefslogtreecommitdiff
path: root/_layouts/home.html
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2016-09-21 23:42:04 +0200
committerAilin Nemui <ailin@z30a.localdomain>2016-09-21 23:42:04 +0200
commitf859e6893e37e53ea52913b4fc6236f67636a275 (patch)
tree9ac2ff71d3bbe57f13e751f4d4868ddc815f85e4 /_layouts/home.html
parent4af6bab632974b37d6c21f92af07d15b791392af (diff)
downloadirssi.github.io-f859e6893e37e53ea52913b4fc6236f67636a275.zip
move some things from news to read more
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 %}