Merge pull request 6040
This commit is contained in:
dyang 2017-04-19 18:42:22 -04:00 committed by jekyllbot
parent 4c61e1809a
commit 694dcbd9e0
1 changed files with 1 additions and 1 deletions

View File

@ -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."