Thank you Sir, it redirects correctly to the specific website but the user interface now gets the whole url : https://mywebsite.com instead of mywebsite.com. Can I remove the https may be with a trim method on Hugo?
My code: <h5>{{.Title}}<br><a href="{{ .Params.website | safeURL}}" target="_blank">{{ .Params.website}}</a></h5>