Skip to content

Commit c311e68

Browse files
committed
add the body classes
1 parent a73a20a commit c311e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1212
<?php wp_head(); ?>
1313
</head>
14-
<body>
14+
<body <?php body_class(); ?>>
1515
<div class="book">
1616
<?php get_sidebar(); ?>
1717
<div class="book-body">

0 commit comments

Comments
 (0)