We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can use AVIF images everywhere with this theme, unless it's in the front matter.
For example:
--- title: Test date: 2022-03-07T04:09:45.000Z draft: false banner: /images/test.avif ---
Will give this error.
execute of template failed: template: partials/headers.html:75:9: executing "partials/headers.html" at <imageConfig $image_local>: error calling imageConfig: image: unknown format
However I can use the exact same image in other parts of the theme.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can use AVIF images everywhere with this theme, unless it's in the front matter.
For example:
Will give this error.
execute of template failed: template: partials/headers.html:75:9: executing "partials/headers.html" at <imageConfig $image_local>: error calling imageConfig: image: unknown format
However I can use the exact same image in other parts of the theme.
The text was updated successfully, but these errors were encountered: