BlackFriday configuration causing Google Analytics script not loading

Hi,

I tried to implement the BlackFriday markdown rendering into my config.toml but I found later on that the Google Analytics script won’t load anymore.

Each time I add these lines below, the script disappears !

I added these lines in my config.toml file :

[blackfriday] fractions = false smartypantsQuotesNBSP = true

I think that it’s not related to the theme I use (hugo-coder) because I’ve tested it, but I want to know if anywone has ever experienced that.

Post your full config. Maybe by adding the blackfriday config you moved the google analytics config into the blackfriday config, rendering it “unconfigured” for however the template uses it.

1 Like