You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be a Jekyll convention to use baseurl to give the base URL of a site. The head.html file seems to assume that the public folder will be available at /, which is not always the case.
It seems to be a Jekyll convention to use
baseurlto give the base URL of a site. Thehead.htmlfile seems to assume that thepublicfolder will be available at/, which is not always the case.