molivier / nest

Nest Pelican Template
https://www.molivier.com
GNU General Public License v2.0
123 stars 50 forks source link

acronym or word in caps in title produces tag in chrome browser tab title #17

Open johnmathews opened 7 years ago

johnmathews commented 7 years ago

Hi thanks for the theme! I've used it and modified it (cosmetically) a fair bit and really appreciate you making it available! (http://johnmathews.eu)

I noticed that if I have a word that is all CAPS in a post title then a tag appears in a chrome browser tab title. Turns out best practice is to striptags in the title like this: {% block title %}{{ article.title|striptags }}{% endblock %}

solution is from: https://github.com/getpelican/pelican/issues/1930

hope that helps.