Although the site displays correctly on the local machine using both hugo or hugo serve, there are issues when deploying via github-pages. More specifically, the <head> section of the tags page seems to be missing. Result: the tags page is not styled. The other pages do have access to their styles…
Does anyone know why this could be? I’m pretty versed in jekyll, but new to go and hugo.
FYI, hugo env returns:
hugo v0.101.0+extended darwin/amd64 BuildDate=unknown
GOOS="darwin"
GOARCH="amd64"
GOVERSION="go1.18.3"
In my console, it says the page is trying to load in ‘Quirks mode’. I solved this in the past in one case by changing the base URL e.g from / to https://jandot.github.io/ (unless you are defining the full base URL via command line). If that doesn’t work, perhaps someone else can assist you further.
I thought that was the issue when Robert pointed it out. I read somewhere in this forum that creating folders with the same paths as tags or categories causes unexpected results.