-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Milestone
Description
What version of Hugo are you using (hugo version)?
$ hugo version Hugo Static Site Generator v0.73.0-DEV/extended linux/amd64 BuildDate: unknown
Does this issue reproduce with the latest release?
Yes
To Reproduce
git clone --single-branch -b hugo-github-issue-7416 https://github.com/jmooring/hugo-testing hugo-github-issue-7416
cd hugo-github-issue-7416
hugo serverThen visit http://localhost:1313/post/test/.
Description
Content page contains the following markdown:
[Other Page]({{< relref "0123456789abcdef.md" >}})layouts/_default/_markup/render-link.html contains this code:
{{ substr .Destination 0 16 }}This renders:
HAHAHUGOSHORTCODOther
Reported in https://discourse.gohugo.io/t/render-link-functionality-not-working/26358/.