Remove default class hfeed

The class `hfeed` is correctly added to non-singular pages only via the `understrap_body_classes` filter and should not be present on each page regardless of whether it is a feed or not.
This commit is contained in:
IanDelMar 2018-10-12 16:32:32 +02:00 committed by GitHub
parent 0dbfc1728a
commit ceb5554fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<body <?php body_class(); ?>>
<div class="hfeed site" id="page">
<div class="site" id="page">
<!-- ******************* The Navbar Area ******************* -->
<div id="wrapper-navbar" itemscope itemtype="http://schema.org/WebSite">