From 059a206c3a6a9024ac7abfb1cc5e815dedbfbf4d Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 9 Sep 2017 14:18:51 -0400 Subject: Fix liquid syntax This was working previously, but is giving a warning. --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 7ac7a25..1449d39 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,7 +22,7 @@ layout: blog

Read more:
- {% for related in site.related_posts | limit: 3 %} + {% for related in site.related_posts limit:3 %} {{ related.title }}
{% endfor %}

-- cgit v1.2.3