From 694dcbd9e0af70db0db9e7c562ce1d7e8f7ae9a0 Mon Sep 17 00:00:00 2001 From: dyang Date: Wed, 19 Apr 2017 18:42:22 -0400 Subject: [PATCH] fix typo (#6040) Merge pull request 6040 --- lib/jekyll/tags/post_url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/tags/post_url.rb b/lib/jekyll/tags/post_url.rb index 37c7e565..f7e52f42 100644 --- a/lib/jekyll/tags/post_url.rb +++ b/lib/jekyll/tags/post_url.rb @@ -81,7 +81,7 @@ eos site.posts.docs.each do |p| next unless @post.deprecated_equality p Jekyll::Deprecator.deprecation_message "A call to "\ - "'{{ post_url #{@post.name} }}' did not match " \ + "'{% post_url #{@post.name} %}' did not match " \ "a post using the new matching method of checking name " \ "(path-date-slug) equality. Please make sure that you " \ "change this tag to match the post's name exactly."