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
Adding Author image results in "<" and ">" being rendered as "<" and ">" #9
I installed the aura authors plugin as described and also added an Author Image, naming scheme: "Firstname Lastname.png"
But instead of seeing the image, I just see the following text:
<img alt="Firstname Lastname" class="author-image" src="/user/images/Firstname Lastname.png" />
By inspecting with the HTML-code, I realized, that the "<" and ">" are misrendered:
<img alt="Firstname Lastname" class="author-image" src="/user/images/Firstname Lastname.png" />
Where's my mistake?