-
Notifications
You must be signed in to change notification settings - Fork 98
Sidebar links are broken in the HTML version #82
Comments
Yeah, this is something @kean pointed out in a recent thread (still catching up from the weekend, sorry!) This behavior of base tags surprised me – I didn’t know about this behavior before. In light of this new information, I think we should consider the alternative approach discussed in #65, which was to factor the base URL into the path helper. |
My bad, I misunderstood how base works. It applies not just to relative URLs, but also anchors https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base. I use absolute paths on my Jekyll site. It is convenient when this parameter available globally so every page you generate has access to it. |
@kean Same here wrt/Jekyll and absolute paths. My suggestion to use a |
This is fixed by #93. |
All sidebar navigational links point to the root document. Looks like this is caused by the
<base href="\#(baseURL)"/>
element.The text was updated successfully, but these errors were encountered: