Use default language paths for link, tag resources

This commit is contained in:
Will Faught
2025-03-04 22:59:59 -08:00
parent 9d657b47e3
commit d91748c3b9
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
{{ $origin := $params.crossorigin | default "anonymous" }}
{{ $page := $params.page }}
{{ $policy := $params.referrerpolicy | default "no-referrer" }}
{{ $src := relLangURL $params.src }}
{{ $src := $params.src }}
{{ $type := $params.type }}
{{ if not $src }}