updating single post page.
authorIan Weller <ian@gaslightmedia.com>
Thu, 18 May 2017 18:44:44 +0000 (14:44 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 18 May 2017 18:44:44 +0000 (14:44 -0400)
I changed the header tag on the title of the blog post from an h1 to a
h2.  For consistancy.

sections/blog-single.php

index ca6673a..e6f6d6c 100644 (file)
@@ -8,7 +8,7 @@
                                             <div class="small-12 columns">
                                                 <article id="<?php the_ID()?>" <?php post_class()?>>
                                                     <header class="entry-header">
-                                                        <h1 class="entry-title"><?php the_title();?></h1>
+                                                        <h2 class="entry-title"><?php the_title();?></h2>
                                                         <?php if ( has_post_thumbnail() ):?>
                                                                  <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
                                                         <div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>