diff --git a/docs/_tutorials/convert-existing-site-to-jekyll.md b/docs/_tutorials/convert-existing-site-to-jekyll.md index 379edc2e..872d78aa 100644 --- a/docs/_tutorials/convert-existing-site-to-jekyll.md +++ b/docs/_tutorials/convert-existing-site-to-jekyll.md @@ -316,7 +316,8 @@ We've only scratched the surface of what you can do with `for` loops in retrievi
  • {{ post.title}} {{ post.date | date: "%b %-d, %Y" }}
  • -{% endfor %}{% endraw %} +{% endfor %} +{% endraw %} ``` This loop would get the latest three posts that have a category called `podcasts` in the front matter.