How to have Jekyll-Bootstrap not put "index.html" in the navigation -
I am a happy user, although the index.md
template has been compiled Index.html
. It is expected, but unwanted behavior for me.
When the navigation link on the homepage uses index.html
on this anchor, I can get around this using a nginx redirect, but a link to my site I do not want to be "fixing" using the 301 redirect. I would like to make it the right link in the first place.
Then it should be clear. I do not want to link Jacob to index.html
but link to /
instead.
You enter HOME_PATH
in _includes / jb / setup
By default, this is {% HOME_PATH = assigns} "" / "%}
.
Comments
Post a Comment