jholl / midoil.github.io

Midoil site and blog
http://midnightoilrefinery.com
0 stars 0 forks source link

body class #6

Open jholl opened 9 years ago

jholl commented 9 years ago

it'd be nice if we could dynamically or variably call a class for body to separate type of page and maybe even specific page. for example, if I wanted a different background for portfolio pages vs blog pages and I could style it with something like:

body.portfolio-page {
   ....
}

body.post-page {
   ....
}
jholl commented 9 years ago

in the liquid it might look like:

<body class="{{ body_class }}-page">