Open trembel opened 1 month ago
When using redirect_to on a section, e.g.
redirect_to
+++ redirect_to = "/about/#me" +++
a trailing slash is appended to the redirect link, which leads to a non-working redirect (e.g. not to the desired element)
Zola version: 0.19-2
Redirect to the desired element in the html page
Redirect to the top of the html page
We should also allow using a Zola link (eg @/ pointing a md file)
@/
Bug Report
When using
redirect_to
on a section, e.g.a trailing slash is appended to the redirect link, which leads to a non-working redirect (e.g. not to the desired element)
Environment
Zola version: 0.19-2
Expected Behavior
Redirect to the desired element in the html page
Current Behavior
Redirect to the top of the html page