eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.25k stars 594 forks source link

Quotations in Liebling #536

Open spinza opened 10 months ago

spinza commented 10 months ago

Have a small issue with quotes in Ghost using Liebling.

They appear as follows: image

Is there a way to customise it to either close the quotation mark or simply remove the quotation mark?

Thanks for a lovely theme!

spinza commented 10 months ago

I guess this is the line that produces that: https://github.com/eddiesigner/liebling/blob/cb1a86e9c5a9bfeb412f7d0079f774595aee1261/src/sass/layouts/_post-content.scss#L337

The quotation without the closing quote is hurting my grammar/spelling eyes. It's really bad grammar to have quotation that's not closed. Sorry!

Is there a simple way to customise that or do I just find it on my instance and edit? I suppose one could perhaps also try adding an &:after { with the closing quotation?

Can I do it in the Ghost admin panel or would I need to edit the code?

Not a CSS person.