On my dev environment, the body tag is assigned the class view-frontpage on the homepage, which was great for some homepage css styling
However, on my prod environment, the body tag is not given this class. I'm not sure where to start looking for the issue; can anyone point me in the right direction? The body tag in the template appears as:
<body <?php echo $gantry->displayBodyTag(array('bodyLevel')); ?>>