Structure fixes and additions #1

Merged
plazmonii merged 11 commits from structure-fixes-and-additions into master 2014-10-05 20:21:53 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1612f614b7 - Show all commits

View File

@ -1,5 +1,5 @@
<?php get_header(); ?>
<section id="content" role="main">
<section id="content" role="main" class="content">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'entry' ); ?>
<?php comments_template(); ?>

View File

@ -1,5 +1,5 @@
<?php get_header(); ?>
<section id="content" role="main">
<section id="content" role="main" class="content">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'entry' ); ?>
<?php comments_template(); ?>