Add full path to error messages
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{ $options := .Get "options" }}
|
||||
|
||||
{{ if not $content }}
|
||||
{{ errorf "paige/code: no content" }}
|
||||
{{ errorf "layouts/shortcodes/paige/code.html: no content" }}
|
||||
{{ end }}
|
||||
|
||||
<div class="paige-code">{{ highlight $content $lang $options }}</div>
|
||||
|
Reference in New Issue
Block a user