projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a2f3b
)
show full post in RSS feed
author
Ralf Jung
<post@ralfj.de>
Fri, 17 Aug 2018 17:28:07 +0000
(19:28 +0200)
committer
Ralf Jung
<post@ralfj.de>
Fri, 17 Aug 2018 17:28:07 +0000
(19:28 +0200)
personal/_includes/post-feed.html
patch
|
blob
|
history
diff --git
a/personal/_includes/post-feed.html
b/personal/_includes/post-feed.html
index c9b7c84db70deb8788ea5325c28ebe59b69a748b..ce5eef027c98d202bbc5afe61b209dc5fc25c5f2 100644
(file)
--- a/
personal/_includes/post-feed.html
+++ b/
personal/_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>