mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-29 20:58:32 -04:00
The < and > characters in the URL weren't getting escaped, instead acting as if they were HTML elements. This meant the URL was displayed as https://gitlab.com///pipelines, instead of https://gitlab.com/<YourUsername>/<your-hugo-site>/pipelines.