link: link resolving stopped working in certain configurations #882
Closed
Description
Just upgraded to Relearn v6.1.0 and noticed Hugo's link resolution stopped working:
- Input: Link in Markdown source file:
[Record-Klassen]({{% relref "records" %}})
- Output (expected): Relearn 6.0.0 and prior:
<a href="<baseURL>/modern-java/records.html">Record-Klassen</a>
- Output (broken): Relearn 6.1.0:
<a href="records">Record-Klassen</a>
Using Hugo v0.131.0 and uglyurls: true
.