diff --git a/public/js/gs.js b/public/js/gs.js new file mode 100644 index 0000000..a5b572a --- /dev/null +++ b/public/js/gs.js @@ -0,0 +1,2 @@ +!function(g,s,q,r,d){r=g[r]=g[r]||function(){(r.q=r.q||[]).push(arguments)};d=s.createElement(q);q=s.getElementsByTagName(q)[0];d.src='//d1l6p2sc9645hc.cloudfront.net/tracker.js';q.parentNode.insertBefore(d,q)}(window,document,'script','_gs'); +_gs('GSN-497215-L'); diff --git a/views/layout.jade b/views/layout.jade index fdb5cc6..81158e7 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,21 +1,23 @@ doctype html html - head - title Node Security Project | #{title} - meta(name='viewport', content='width=device-width,initial-scale=1.0') - link(rel='stylesheet', href='/css/bootstrap.css') - //- link(rel='stylesheet', href='/css/bootstrap-responsive.css') - link(rel='stylesheet', href='/css/app.css') - link(rel="alternate" type="application/rss+xml" title="Node Security Advisories" href="/rss.xml") - link(href='https://fonts.googleapis.com/css?family=Lato:400,900', rel='stylesheet', type='text/css') - link(rel='icon', href='/img/nodesecurity.png') + head + title Node Security Project | #{title} + meta(name='viewport', content='width=device-width,initial-scale=1.0') + link(rel='stylesheet', href='/css/bootstrap.css') + //- link(rel='stylesheet', href='/css/bootstrap-responsive.css') + link(rel='stylesheet', href='/css/app.css') + link(rel="alternate" type="application/rss+xml" title="Node Security Advisories" href="/rss.xml") + link(href='https://fonts.googleapis.com/css?family=Lato:400,900', rel='stylesheet', type='text/css') + link(rel='icon', href='/img/nodesecurity.png') - script(type='text/javascript', src='/js/jquery.min.js') - script(type='text/javascript', src='/js/bootstrap.min.js') + script(type='text/javascript', src='/js/jquery.min.js') + script(type='text/javascript', src='/js/bootstrap.min.js') - body(class=bodyClasses) - include menu/top - block content + body(class=bodyClasses) + include menu/top + block content - include menu/bottom + script(src='/js/gs.js') + + include menu/bottom