diff --git a/layouts/shortcodes/include-markdown.html b/layouts/shortcodes/include-markdown.html index 795c2540b2808..0c3b74a6d23eb 100644 --- a/layouts/shortcodes/include-markdown.html +++ b/layouts/shortcodes/include-markdown.html @@ -3,5 +3,5 @@ {{- with .Site.GetPage $page -}} {{ .Content }} {{- else -}} - {{ errorf "[include-markdown shortcode] Page %s not found" $page }} + {{ errorf "[include-markdown shortcode] Page %s not found in %s" $page .Page.File.Path }} {{- end -}}