matt-j-m / grav-plugin-aura-authors

The Aura Authors Plugin for Grav CMS enables you to store author bios in a centrally managed repository and have them displayed across various pages of your site.
MIT License
6 stars 3 forks source link

In system.yaml, twig compatibility must be true #2

Open paulrudy opened 3 years ago

paulrudy commented 3 years ago

Just a comment for future users who may run into issues as I did:

In system.yaml, if you have a strict_mode section, the following results for me in the author image's HTML being rendered as raw text on the page (<img src=... </img>) instead of an image:

strict_mode:
  twig_compat: false

Setting twig_compat: true fixed the issue.