GNU Terry Pratchett - Clacks Overhead (Ghost 2.x)

o/ Howdy! I recently upgraded to Ghost 2.x from 1.x and the GNU Terry Pratchett/Clacks Overhead is no longer functioning. I was able on 1.x to simply add it to the header (Injection) but that doesn’t seem to work now.

I used to be able to add:

<head>
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
</head>

It doesn’t appear to be sending any longer. I’m obviously using node and I’m using nginx but I’d prefer to stick to using the blog header - anyone know why this might not be working any more?

The project is here: http://www.gnuterrypratchett.com/

TIA for any help. I imagine there’s a simple formatting solution and I’m just having some parsing issues xD

I’m not sure why it’s not working, but you shouldn’t be adding the <head> tags as that should be handled in the theme layer :slight_smile:

Yeah, that was from an older setting. I did remove the tag, but it still doesn’t seem to be working :-/ Thanks for the reply (:

Could you run your theme through gscan? It should pass, but it’s worth a shot. Could you also check obvious things like the code injection content still exists?

Ooh didn’t even know about gscan - I will when I get the chance. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.