From 6e68aee24e6b762a75415f352cf19aba96ed41c3 Mon Sep 17 00:00:00 2001 From: dyang Date: Wed, 19 Apr 2017 16:12:04 -0400 Subject: [PATCH] fix typo --- 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 37c7e56546b..f7e52f42b57 100644 --- a/lib/jekyll/tags/post_url.rb +++ b/lib/jekyll/tags/post_url.rb @@ -81,7 +81,7 @@ def render(context) 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."