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
I did not do anything for 8 month on my webpage and suddenly the pages (hosted on github) show a 'blue navigation bar' at the stop instead of the midnight navigation bar:
It works fine on my jekyll (127.0.0.1:4000):
Umm. How to fix this? I'm not a jekyll expert at all.
The text was updated successfully, but these errors were encountered:
i found the problem. Seems like the midnight theme had a major update. The version of the theme expected by github was not the version that I used to originally created the webpage. I thus re-installed the entire webpages and merged in all my changes into the latest version of the theme.
Thereafter I nailed it down (out of curiosity) and found that the culprit was in _layouts.default.html. The midnight that github expected needed {% include head-custom.html %} statement whereas the version that I was using did not have that statement.
I'm surprised that by github moving to a new midnight theme release that it would break existing pages...Is there a way to prevent this happening in the future? E.g. mark it as 'static' or so?
Hello,
I did not do anything for 8 month on my webpage and suddenly the pages (hosted on github) show a 'blue navigation bar' at the stop instead of the midnight navigation bar:
It works fine on my jekyll (127.0.0.1:4000):
Umm. How to fix this? I'm not a jekyll expert at all.
The text was updated successfully, but these errors were encountered: