hugo-universal-theme
hugo-universal-theme copied to clipboard
Bug: AVIF not recognized as image format in the front matter
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.