I’m currently seeing what is either a strange bug, or I’m mis-understanding something fundamental with Hugo:
{{$url := .Params.actionUrl}}
{{ (urls.Parse $url).Host }} --- this outputs the host as expected
{{ (urls.Parse .Params.actionUrl).Host }} ---- this outputs an empty string
If I call jsonify on the return object of urls.Parse, the output is identical for both cases.
Would you expect that behaviour? Or should I try and create a repro? I’m on hugo v0.58.2/extended