sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
5k stars 346 forks source link

Documentation issue: Google Analytics Id for Using Jade #611

Closed avzabr closed 4 years ago

avzabr commented 7 years ago

There is a major error in documentation of addition of google analytics to site for Using Jade case: http://harpjs.com/recipes/google-analytics image

It states that the following:

ga('create', '<#{ service.analytics }', 'auto');

whilte it should be

ga('create', '#{ service.analytics }', 'auto');