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 ab57124 commit 52e069bCopy full SHA for 52e069b
layouts/partials/banner.html
@@ -14,8 +14,8 @@
14
{{ $bannerPage.Content }}
15
</div>
16
{{- else -}}
17
- <!-- Show default banner if "md" is NOT provided -->
18
-
+ <!-- Show error to writers if "md" is NOT provided -->
+ {{ errorf "Required front matter parameter 'md' is missing or empty for banner." }}
19
{{- end -}}
20
21
0 commit comments