diff --git a/docs/_docs/step-by-step/08-blogging.md b/docs/_docs/step-by-step/08-blogging.md index 07c6ae32..249d2c35 100644 --- a/docs/_docs/step-by-step/08-blogging.md +++ b/docs/_docs/step-by-step/08-blogging.md @@ -76,7 +76,7 @@ title: Blog {% for post in site.posts %}
  • {{ post.title }}

    -

    {{ post.excerpt }}

    + {{ post.excerpt }}
  • {% endfor %}