We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c38c33 commit 262aa95Copy full SHA for 262aa95
scripts/content-modules/adjust-pages.pl
@@ -155,6 +155,9 @@ ()
155
# printf STDOUT "$ARGV Got:$lineNum: $_" if $gD;
156
157
if ($file ne $ARGV) {
158
+ # Did the previous file not have a title?
159
+ warn "WARN: $file: no level 1 heading found, so no page will be generated"
160
+ if $file && $lineNum && ! $title;
161
$file = $ARGV;
162
$frontMatterFromFile = '';
163
$title = '';
0 commit comments