mirror of
https://github.com/kennethreitz/wordpress-theme-skeleton.git
synced 2026-06-05 23:20:18 +00:00
whoops - forgot body class
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
<?php wp_head(); ?>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body <?php body_class(); ?>>
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div id="nav">
|
||||
|
||||
Reference in New Issue
Block a user