Cleaned up code in layout.jade

pull/2/head
Sahat Yalkabov 2014-05-11 03:48:19 -04:00
parent 80b33df977
commit 86374a5c39
1 changed files with 8 additions and 16 deletions

View File

@ -9,21 +9,13 @@ html
meta(name='author', content='')
title #{title} | Hackathon Starter
!= css('styles')
!= js('application')
body
#wrap
include partials/navigation
.container
include partials/flash
block content
include partials/footer
script.
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
include partials/navigation
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
.container
include partials/flash
block content
include partials/footer
!= js('application')