What does this mean ?
ERROR 2023/05/21 18:25:55 Rebuild failed: “/home/drm/WEBSITE/content/docs/intro.md:1:1”: “/home/drm/WEBSITE/layouts/home/_markup/render-image.html:39:156”: execute of template failed at <.RelPermalink>: can’t evaluate field RelPermalink in type interface {}
I added type: "home"
to a file and it bugs.
my /content/_index.md uses the content of intro.md and it was fine. The content has not changed at all, just now intro.md is its own rendered page and it does that.
From the beginning, using “type” has only been working sparingly, for instance the file /home/drm/WEBSITE/layouts/home/_markup/render-image.html
is completely ignored 5 times over 6. Something’s screwed up.
I have this under layouts/:
/home/drm/WEBSITE/layouts/home
├── _markup
│ └── render-image.html
└── home.html