Merge pull request #824 from IanDelMar/patch-4
Remove default class hfeed - +1 @IanDelMar !
This commit is contained in:
commit
e683c12882
|
@ -28,7 +28,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
|
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
|
||||||
<div class="hfeed site" id="page">
|
<div class="site" id="page">
|
||||||
|
|
||||||
<!-- ******************* The Navbar Area ******************* -->
|
<!-- ******************* The Navbar Area ******************* -->
|
||||||
<div id="wrapper-navbar" itemscope itemtype="http://schema.org/WebSite">
|
<div id="wrapper-navbar" itemscope itemtype="http://schema.org/WebSite">
|
||||||
|
|
Reference in New Issue