thundernixon / blog2017

A personal blog for design, code, and travel, built on gatsby-blog-starter-kit
https://typefloundry.com
MIT License
6 stars 2 forks source link

Drop caps are unpredictable - fix this #17

Open thundernixon opened 6 years ago

thundernixon commented 6 years ago

Drop caps should simply pull the first character of the excerpt of a post, and render that. However, on new posts, this often renders . instead of the expected character. It works fine only we certain characters, such as capital I. Why???

I've patched it temporarily by rendering nothing as a dropcap if the value is ., but it would obviously be best to figure out the real way of fixing this. I gotta get those drop caps!