Why are some users using `partials` in partials?

I never saw that documented anywhere? With v0.146.0 and up, I am seeing errors being reported here for using {{ partial "partials/foo.html" . }} or {{ partial "_partials/foo.html" . }}. Is it some convention some users adopted for themselves?

In my case I had inline partials that worked until 0.146 being called as partials/something.html when they were defined with the name partials/something.html. Not sure how I arrived at this, might be old docs or a general misunderstanding that worked until it got fixed :wink:

No clue. The important part is that you can’t do it anymore.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.