We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this issue gohugoio/hugo#9994 Hugo fixed a problem issue with baseURL and {{ $url | relURL }} Sadly it appears that Minimo relied on the previous behaviour. Since updating to the latest Hugo, various files are no longer sourced from https://berthub.eu/articles/ but from https://berthub.eu/ straight - without the baseURL being used. There is some useful discussion about this problem with another theme here: https://discourse.gohugo.io/t/solved-projectname-prefix-is-disappered-in-css-location-info-after-deploy-to-github-pages/40018 In there it is noted that the theme needs to adjust to the old and the new situation, which is sadly beyond my skills. Thank you for the wonderful theme, it makes me very happy!
The text was updated successfully, but these errors were encountered:
fix [issues]: #337
b58c486
Thanks for reporting this. This should be fixed with b58c486
Sorry, something went wrong.
No branches or pull requests
In this issue gohugoio/hugo#9994 Hugo fixed a problem issue with baseURL and {{ $url | relURL }}
Sadly it appears that Minimo relied on the previous behaviour. Since updating to the latest Hugo, various files are no longer sourced from https://berthub.eu/articles/ but from https://berthub.eu/ straight - without the baseURL being used.
There is some useful discussion about this problem with another theme here: https://discourse.gohugo.io/t/solved-projectname-prefix-is-disappered-in-css-location-info-after-deploy-to-github-pages/40018
In there it is noted that the theme needs to adjust to the old and the new situation, which is sadly beyond my skills.
Thank you for the wonderful theme, it makes me very happy!
The text was updated successfully, but these errors were encountered: