Remove page param from resource.html
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
{{ $style = delimit $style "; " }}
|
||||
|
||||
{{ if and (not $resource) $src }}
|
||||
{{ $resource = partial "paige/resource.html" (dict "page" page "url" $src) }}
|
||||
{{ $resource = partial "paige/resource.html" $src }}
|
||||
{{ end }}
|
||||
|
||||
{{ if $resource }}
|
||||
|
Reference in New Issue
Block a user