Skip to content

Commit

Permalink
Merge pull request #422 from hansmosl/patch-4
Browse files Browse the repository at this point in the history
Correção de Atalho de link rápido e padronização
  • Loading branch information
claudiosanches authored Sep 29, 2016
2 parents 6cfc6af + f931d27 commit e527c84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions single.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

get_header(); ?>

<div id="primary" class="<?php echo odin_classes_page_sidebar(); ?>">
<main id="main-content" class="site-main" role="main">
<main id="content" class="<?php echo odin_classes_page_sidebar(); ?>" tabindex="-1" role="main">
<?php
// Start the Loop.
while ( have_posts() ) : the_post();
Expand All @@ -28,7 +27,6 @@
endwhile;
?>
</main><!-- #main -->
</div><!-- #primary -->

<?php
get_sidebar();
Expand Down

0 comments on commit e527c84

Please sign in to comment.