htr3n / hyde-hyde

A cool theme inspired by spf13's Hyde theme
Other
252 stars 208 forks source link

Space between fontawesome icon and category name missing when site is built with --minify flag. #99

Open MarcoIeni opened 4 years ago

MarcoIeni commented 4 years ago

If you build the website with hugo server --minify the space between fontawesome icon and text in posts is not enough.

similar issue I have found that could be useful: https://github.com/gcushen/hugo-academic/issues/1219

htr3n commented 4 years ago

@MarcoIeni thanks for reporting. I'm not sure whether I caught this one in my setting or not. Do you hav any suggestions or ideas on what we can do with this issue?

MarcoIeni commented 4 years ago

No, I have no idea why this happens, I ended up removing the minify flag when deploying my website :(

gary-kim commented 4 years ago

What I've done on my site is remove the space and use css to make the margin instead. I can make a PR to have that in the theme instead if you'd like. Looks like that is more or less what was done in gcushen/hugo-academic#1219 as well.