fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

site.baseurl does not work correctly #68

Closed JasonLaw1994 closed 5 years ago

JasonLaw1994 commented 5 years ago

I have commented out baseurl in _config.yml, but when I click site.baseurl in 404.html, the browser doesn't navigate to the baseurl, instead of the current location.

soldefierro commented 5 years ago

I am having the same issue and have with multiple jekyll themes

philipgriffin commented 5 years ago

I've seen this too, for the time being, I have modified 404.html to specify the absolute base <a href="/">Head back home</a>.

fongandrew commented 5 years ago

Should be fixed now thanks to @Ditti4.