Remove relLangURL from link, script

This commit is contained in:
Will Faught
2023-02-17 21:13:28 -08:00
parent 5a76213074
commit be57840742
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{{ $crossorigin := $params.crossorigin | default "anonymous" }}
{{ $enablesourcemap := not hugo.IsProduction }}
{{ $href := relLangURL $params.href }}
{{ $href := $params.href }}
{{ $includepaths := $params.includepaths }}
{{ $integrity := $params.integrity }}
{{ $outputstyle := cond hugo.IsProduction "compressed" "" }}