diff --git a/views/layout.jade b/views/layout.jade index 8eee6074cc..b3980e41c4 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -15,8 +15,7 @@ html .container include partials/flash block content - .container - include partials/footer + include partials/footer script. var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); diff --git a/views/partials/footer.jade b/views/partials/footer.jade index f380e32a5b..e8b924368e 100644 --- a/views/partials/footer.jade +++ b/views/partials/footer.jade @@ -1,13 +1,13 @@ #footer - ul.list-inline.pull-left - li © 2014 Company, Inc. - li - a(href='#') Terms of Use - li - a(href='#') Privacy Policy - li - a(href='https://github.com/sahat/hackathon-starter') GitHub Project - li - a(href='https://github.com/sahat/hackathon-starter/issues') Issues - ul.list-inline.pull-right - + .container + ul.list-inline.pull-left + li © 2014 Company, Inc. + ul.list-inline.pull-right + li + a(href='#') Terms of Use + li + a(href='#') Privacy Policy + li + a(href='https://github.com/sahat/hackathon-starter') GitHub Project + li + a(href='https://github.com/sahat/hackathon-starter/issues') Issues