-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
More a question than an issue per se.
My index.md reads like this:
---
[...]
redirect_from:
- /projects/
---
Redirect work great.
Say I have an anchor <a name="test"></a>
in index.md, I'd expect siteurl/projects#test to redirect to siteurl/#test, but instead I'm redirected to siteurl/. (anchor is lost). Is there any way to address that?
(my site is https://adumont.github.io/projects/ in case you want to see source see behaviour).
https://adumont.github.io/#tplink-cloud-api opens fine (no redirect)
But https://adumont.github.io/projects#tplink-cloud-api redirects to https://adumont.github.io/, loosing the anchor :(
Smutchings