URL Domain prepending

Thanks guys for the help! Joe, my site can be viewed at nextpertise.net and the repo is at

GitHub - brentstewart/nextpertise: Hugo website

Also, the original code causing the problem was:

{{ if .Params.refs }}References: {{range .Params.refs}}&nbsp&nbsp <a href=“{{ . | urlize }}”>{{ . }} </a>{{end}}{{end}}

I think some of the html was interpreted and not displayed in the original post.
Thanks for the tip Maiki!