Files
freeCodeCamp/server/views/layout.jade
Kirushna fdf9f77eb7 Fix for night mode not persisting in pages other than challenges
jq fix

Fix for night mode not persisting in pages other than challenges

Fix for night mode - chat
2016-06-22 16:29:11 +05:30

13 lines
312 B
Plaintext

doctype html
html(lang='en')
head
include partials/meta
include partials/stylesheets
body.top-and-bottom-margins(class=theme !== 'default' ? theme : '')
include partials/scripts
include partials/navbar
include partials/flash
.container
block content
include partials/footer