That was it!
First I just tried changing the case of the “R” to .resources.Get
(wasn’t reading your post carefully). But that gave me a different error message:
<.resources.Get>: resources is an unexported field of struct type page.Page
Googling that led me to: https://discourse.gohugo.io/t/what-am-i-not-getting-about-resources-get/33517/5?u=cheekygeek and that’s when I realized you had ALSO left of the “.” before resources. Once i removed that, it WORKED.
I definitely need to study up on the resources methods and when to use capitals and when to use the period in the front. That is scrambling my brain.
THANKS SO MUCH FOR HELPING ME THROUGH THIS! (Did we set a record for number of posts in a thread?