It doesn't turn day in the middle of the night anymore

This commit is contained in:
Bram van der Veen 2015-08-13 22:15:09 +02:00
parent ec06314c98
commit 1c17531016

View file

@ -13,7 +13,7 @@ html
script(type="text/javascript", src="/js/script.js") script(type="text/javascript", src="/js/script.js")
script(type="text/javascript"). script(type="text/javascript").
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-46880644-1', 'werkmanrooster.nl');ga('send', 'pageview');ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-46880644-1', 'werkmanrooster.nl');ga('send', 'pageview');ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
body(class=app.locals.time.get() > 20.5 ? 'night' : '') body(class=(app.locals.time.get() > 20.5 || app.locals.time.get() < 6.5) ? 'night' : '')
div.bar div.bar
if headers.user if headers.user
ul.left ul.left