vaga / hugo-theme-m10c

A minimalistic (m10c) blog theme for Hugo
https://themes.gohugo.io/hugo-theme-m10c/
MIT License
471 stars 294 forks source link

--minify breaks space between elements #96

Closed QuAzI closed 2 years ago

QuAzI commented 2 years ago

With --minify image

Without --minify image

As @pamubay said

That's correct behavior, it's <div> vs <div> elements. div is block-element

https://github.com/gohugoio/hugo/issues/10424

vaga commented 2 years ago

It's not related of div elements but svg elements. For me, <svg> was an inline element. 🤷‍♂️ Give it a try with PR #98

QuAzI commented 2 years ago

Looks better! Even in articles image

image

Thanks a lot

vaga commented 2 years ago

Nice! Thanks