Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fe0e4 commit fec570dCopy full SHA for fec570d
front-matter-ci.py
@@ -81,7 +81,7 @@ def check_no_example_index_with_order_under_5(meta_to_check):
81
failures = []
82
for meta in meta_to_check:
83
if meta["order"] < 5 and meta['page_type'] == "u-guide":
84
- failures.append(meta)
+ failures.append(meta['permalink'])
85
return "do any posts have order less than five but page_type: u-guide?", failures
86
87
categories = [
0 commit comments