Skip to content

Commit

Permalink
integrate gosquared for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Baldwin committed Aug 17, 2014
1 parent 0e6dafd commit afa528e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
2 changes: 2 additions & 0 deletions public/js/gs.js
Original file line number Diff line number Diff line change
@@ -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');
32 changes: 17 additions & 15 deletions views/layout.jade
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit afa528e

Please sign in to comment.