It's a very minor thing, but the banner has an extra backslash in the news post title:

That isn't a typo, the simple of it is that's a coding thing and it kind of has to be there. It's acting as a special character because of the apostrophe in "Don't," the way to eliminate the would be to completely remove the contraction of "Don't."

It does show without the backslash on the actual news post though.
Though I can kinda understand why it would be there, if the apostrophe wasn't escaped, it could mess up strings in various places like SQL queries, PHP code, etc.