panr / hugo-theme-hello-friend

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/panr/hugo-theme-hello-friend/
MIT License
1.06k stars 1.24k forks source link

_index.md non centered text. #311

Open gkuba opened 1 year ago

gkuba commented 1 year ago

I have created the _index.md and it seems to be forcing the text to be centered. Is there a way to stop this? I haven't been able to find it. Normally I'd just use the html tags to fix this but hugo ignores it.

For example I have a list and its centering the text instead of keeping it left aligned.

dylanreimer commented 1 year ago

Try adding a layout = "single" in the top part of your _index.md.