You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to a Gist with the contents of your settings file:
Issue
Pelican was building fine last time I rebuild my website but now got this error all of a sudden. Looks like there is something wrong with the model and I might have defined something in my Markdown files that's not allowed but haven't been able to point out where the mistake is.
I am using 3.7.10 locally as well as on the CloudFlare worker where my site gets generated.
The text was updated successfully, but these errors were encountered:
Error is from the theme, here specifically. It expects a include metadata/attribute on articles. That's not default. So presumably it comes from a plugin or actual metadata. Or maybe it was never there and it seems to "work" in Jinja2==2.11.3. I think Jinja2==3.x made it more strict and raises errors for foo in Undefined now. So I'd suggest guarding against that:
Issue
Pelican was building fine last time I rebuild my website but now got this error all of a sudden. Looks like there is something wrong with the model and I might have defined something in my Markdown files that's not allowed but haven't been able to point out where the mistake is.
I am using 3.7.10 locally as well as on the CloudFlare worker where my site gets generated.
The text was updated successfully, but these errors were encountered: