Remove relLangURL from resource URLs

This commit is contained in:
Will Faught
2023-01-22 01:05:36 -08:00
parent d1fa0e8276
commit 0294a111ff
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
{{ if not $resource }}
{{ $resource = partial "paige/func-resource.html" (dict
"page" $page
"url" (relLangURL $src)
"url" $src
) }}
{{ end }}