projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rust 2019
[web.git]
/
ralf
/
_includes
/
post-feed.html
diff --git
a/ralf/_includes/post-feed.html
b/ralf/_includes/post-feed.html
index c9b7c84db70deb8788ea5325c28ebe59b69a748b..ce5eef027c98d202bbc5afe61b209dc5fc25c5f2 100644
(file)
--- a/
ralf/_includes/post-feed.html
+++ b/
ralf/_includes/post-feed.html
@@
-9,8
+9,7
@@
{% endfor %}
<content type="html">
{% capture content %}
- {{ post.excerpt }}
- <p><a href="{{ post.url }}">Read more...</a></p>
+ {{ post.content }}
{% endcapture %}
{{ content | xml_escape }}
</content>