parent
4c61e1809a
commit
694dcbd9e0
|
@ -81,7 +81,7 @@ eos
|
||||||
site.posts.docs.each do |p|
|
site.posts.docs.each do |p|
|
||||||
next unless @post.deprecated_equality p
|
next unless @post.deprecated_equality p
|
||||||
Jekyll::Deprecator.deprecation_message "A call to "\
|
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 " \
|
"a post using the new matching method of checking name " \
|
||||||
"(path-date-slug) equality. Please make sure that you " \
|
"(path-date-slug) equality. Please make sure that you " \
|
||||||
"change this tag to match the post's name exactly."
|
"change this tag to match the post's name exactly."
|
||||||
|
|
Loading…
Reference in New Issue