update
This commit is contained in:
parent
187900fd5b
commit
1fd9adcb52
23 changed files with 1800 additions and 98 deletions
|
@ -1,6 +1,6 @@
|
|||
{{- $src := $.Page.Resources.GetMatch ($.Get 0) -}}
|
||||
{{- if ( not $src ) -}}
|
||||
{{- errorf "No Page Resource found for src '%q' (%q)" ( $.Get 0 ) .Page.File.Path -}}
|
||||
{{- errorf "No Page Resource found for src '%q' (%q).\n\n\tAvailable Page Resources are:\n\t\t%v" ( $.Get 0 ) .Page.File.Path $.Page.Resources -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- with $src -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue