diff --git a/jekyll.md b/jekyll.md index e400bafc3..55355e5ab 100644 --- a/jekyll.md +++ b/jekyll.md @@ -139,7 +139,7 @@ Markup {% for post in site.posts %}

{{ post.title }}

-

{{ post.date | date_to_string }} +

{{ post.date | date_to_string }}

{% endfor %} ```