File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def check_duplicatePermalinks(meta_to_check):
46
46
failures .append (meta ["redirect_from" ])
47
47
else :
48
48
allPermalinks .append (meta ["redirect_from" ])
49
- return "are there posts with order > 5 and 'page_type: example_index' ?" , failures
49
+ return "are there duplicate permalinks/redirect_froms ?" , failures
50
50
51
51
52
52
def check_indexOverflow (meta_to_check ):
@@ -58,7 +58,7 @@ def check_indexOverflow(meta_to_check):
58
58
if "order" in meta and meta ["order" ] > 5 :
59
59
if "page_type" in meta and meta ["page_type" ] == "example_index" :
60
60
failures .append (meta ["permalink" ])
61
- return "are there duplicate permalinks/redirect_froms ?" , failures
61
+ return "are there posts with order > 5 and 'page_type: example_index' ?" , failures
62
62
63
63
64
64
def check_postsWithNoThumbnail (meta_to_check ):
You can’t perform that action at this time.
0 commit comments