Open jholl opened 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 { .... }
in the liquid it might look like:
<body class="{{ body_class }}-page">
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: