Remove page param from resource.html

This commit is contained in:
Will Faught
2023-04-23 21:42:58 -07:00
parent de7bd8d243
commit 9f18874c4c
4 changed files with 8 additions and 13 deletions

View File

@@ -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 }}