getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.62k stars 450 forks source link

Typogrify + title in all caps == breakage #627

Closed ralsina closed 11 years ago

ralsina commented 11 years ago

It ends looking like this:

<title>A <span class="caps">STUDY</span> <span class="caps">IN</span> <span class="caps">SCARLET</span>.</title>

ralsina commented 11 years ago

Proposed fix here: https://github.com/mintchaos/typogrify/pull/9

Kwpolska commented 11 years ago

I suggest a local change by not running typogrify outside of body.

ralsina commented 11 years ago

@Kwpolska yes, that's rather easy to do, but it's really a typogrify bug. I can change the requires to use the patched one, though.