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.