From 6c6595bd1e2ef012f65743d991f5462dc0a4c6c3 Mon Sep 17 00:00:00 2001 From: Andy Alt Date: Fri, 28 Sep 2018 17:43:25 -0500 Subject: [PATCH] tutorial/convert existing site.md/rss:add title tag to item (#7282) Merge pull request 7282 --- docs/_tutorials/convert-existing-site-to-jekyll.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_tutorials/convert-existing-site-to-jekyll.md b/docs/_tutorials/convert-existing-site-to-jekyll.md index 9d8ad214..433ee767 100644 --- a/docs/_tutorials/convert-existing-site-to-jekyll.md +++ b/docs/_tutorials/convert-existing-site-to-jekyll.md @@ -417,6 +417,7 @@ layout: null {{ site.time | date_to_rfc822 }} {% for post in site.posts %} + {{ post.title }} {{ post.content | escape | truncate: '400' }}