hrefs missing quotes
On my local Hugo instance all href links are surrounded with quotes (e.g. <a hrefs="https://example.com">example</a>
But when I render the same repo on Pages, the hrefs are missing the quotes (e.g. <a hrefs=https://example.com>example</a>
Is this a configure setting issue or due to something else?
0 Replies