You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hi, line 16 in single.php produces a duplicate class attribute.
<article class="main-content" <?php post_class() ?> id="post-<?php the_ID(); ?>">
results in something like this . . .
<article class="main-content" class="post-1 post type-post status-publish format-standard hentry category-uncategorized" id="post-1">
Additionally there are three stray closing divs in footer.php that aren't required.
lines 25, 26, 30
The text was updated successfully, but these errors were encountered: