-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
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
Non-deterministic behavior of template lookup with wrong naming convention #7130
Comments
Switched back to 0.62.2 and the problem disappears $ brew install https://raw.githubusercontent.com/chenrui333/homebrew-core/f7b07c345de912435fcb3f1b10929128590f9e1c/Formula/hugo.rb ... $ hugo version Hugo Static Site Generator v0.62.2/extended linux/amd64 BuildDate: unknown Not saying that the problem is introduced with hugo 0.63.0. Just guessing from the logs that 0.62.2 might work. |
Used After fixing the file names & pathes the non-deterministic behavior disappears with hugo 0.68.3. Wonder if a non-deterministic behavior is expected here? However, feel free to close this issue. |
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Hugo are you using (
hugo version
)?and
Does this issue reproduce with the latest release?
Yes, see above
Setting
Having two templates in my module for the layout
This module is imported (locally) in my project. There I start
I now just save files without changing them to "trigger builds".
Sometime hugo uses the list.html, sometimes it uses the terms.html template.
While this is with looking up templates in an imported module, I also have the impression, that hugo sometimes misses some content files. However, I did not spend time to reproduce it that clearly yet.
Might be related with #7123.
The text was updated successfully, but these errors were encountered: