mtn/cocoa-eh-hugo-theme

Left-align text for specific page or all pages

Closed this issue · 4 comments

Hi, thanks for a great theme. New to Hugo, so I apologize if this is a more general question. Could you suggest how I could align-left text for either a specific page or for all pages?

For example, the references to the tools on this page appear strange center-aligned.

mtn commented

Now that you mention it, at least for my preference is for left-alignment over the current justify everywhere. It's an easy change, and I can make a PR to enable it as an option. @fuegowolf thoughts?

Left align, for reference:
screen shot 2017-08-20 at 10 51 31 am

mtn commented

I ended up going ahead and making the PR rather than waiting. If merged, the enable site-wide content left-align, you just need to set align_left = true in the site config file (eg. config.toml).

Thanks @mtn for the PR ;)