Tidy up formatting

This commit is contained in:
Mike Francis 2014-01-30 11:26:35 +00:00
parent d7db833352
commit 06670d574e
2 changed files with 25 additions and 21 deletions

View File

@ -2,7 +2,7 @@
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="<?php bloginfo( 'charset' ); ?>"> <meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="HandheldFriendly" content="true"> <meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320"> <meta name="MobileOptimized" content="320">
<title><?php wp_title( ' / ', true, 'right' ); bloginfo( 'name' ); ?></title> <title><?php wp_title( ' / ', true, 'right' ); bloginfo( 'name' ); ?></title>

View File

@ -1,8 +1,10 @@
<?php get_header(); ?> <?php get_header(); ?>
<div class="content container"> <div class="content">
<div class="main" role="main"> <div class="container">
<main class="main" role="main">
<?php while ( have_posts() ) : the_post(); ?> <?php while ( have_posts() ) : the_post(); ?>
@ -25,7 +27,7 @@
<div class="alignright"><?php next_posts_link( __( 'Next Entries' ) ) ?></div> <div class="alignright"><?php next_posts_link( __( 'Next Entries' ) ) ?></div>
</div> </div>
</div> </main>
<aside class="sidebar"> <aside class="sidebar">
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
@ -33,4 +35,6 @@
</div> </div>
</div>
<?php get_footer(); ?> <?php get_footer(); ?>