AI
Using an AI today when trying to figure out how to build a custom template for a single page without using taxonomies.
It suggested some code that used .Get.
But it failed to compile.
It generated an error message of execute of template failed at <$keywords.Get>: Get is not a method but has arguments
When this was fed back into the AI, it said:
The error you’re encountering is due to the fact that the .Get method is no longer supported in Hugo. Instead, you can use the index function to access dictionary values.
I love that AI can distill searching the web to entering a command prompt.
Sigh. Just be careful.