lwojcik / eleventy-template-bliss

Single-column blog template for Eleventy focused on simplicity without sacrificing functionality
https://eleventy-bliss.lkmt.us/
MIT License
84 stars 19 forks source link

I get an error when i start with npm run build #121

Open Bouali-Ramzi opened 4 months ago

Bouali-Ramzi commented 4 months ago

Hi , when i try to build the project it seems like the tags doesn't render correctly this happened after i added an img element inside single-post-excerpt.njk

img src="{{ post.data.image.src }}" alt="{{ post.data.imageAlt.alt }}" class="snippet__image"

tag-error