diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2016-09-21 23:42:04 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2016-09-21 23:42:04 +0200 |
commit | f859e6893e37e53ea52913b4fc6236f67636a275 (patch) | |
tree | 9ac2ff71d3bbe57f13e751f4d4868ddc815f85e4 /_layouts | |
parent | 4af6bab632974b37d6c21f92af07d15b791392af (diff) | |
download | irssi.github.io-f859e6893e37e53ea52913b4fc6236f67636a275.zip |
move some things from news to read more
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/home.html | 4 |
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 %} |