Convert tag paths to language variants

This commit is contained in:
Will Faught
2025-03-03 17:44:43 -08:00
parent d3235cb0cb
commit 5005cda64c
4 changed files with 4 additions and 4 deletions

View File

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