We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f028ebc commit 8988875Copy full SHA for 8988875
header.php
@@ -11,8 +11,7 @@
11
</head>
12
<body>
13
<div id="react-main">
14
- <section data-reactroot=""
15
- class="container-fluid <?php Theme_Helpers::get_class( 'template-blog', 'template-single' ); ?>">
+ <section class="container-fluid <?php Theme_Helpers::get_class( 'template-blog', 'template-single' ); ?>">
16
<header class="navbar navbar-expand-lg navbar-light bg-light"><h1 class="navbar-brand"><a
17
href="/"><?php bloginfo( 'name' ); ?></a></h1>
18
<nav class="collapse navbar-collapse">
0 commit comments