projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
only show a post excerpt in the blog index
[web.git]
/
ralf
/
blog
/
index.html
diff --git
a/ralf/blog/index.html
b/ralf/blog/index.html
index a59db4ca78dba1375103a7e1f706975ead703d0e..380aaaadd3103898fcdcbb721c3188eb67a9c8a5 100644
(file)
--- a/
ralf/blog/index.html
+++ b/
ralf/blog/index.html
@@
-13,6
+13,8
@@
sort: 10
{% include post-header.html item=post %}
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
</header>
- {{ post.content }}
+ {{ post.excerpt }}
+
+ <p><a href="{{ post.url }}">Read more...</a></p>
{% endif %}
{% endfor %}