clenemt/eleventy-webpack

Image shortcode Right angle bracket missing

Closed this issue · 1 comments

In shortcode.js the right angle bracket is missing in the Figure tag

It will be:
<figure class="${className ? `fig-${className}` : ''}">

Nice catch, I missed it while porting some code over.