blog changes
authorIan Weller <ian@gaslightmedia.com>
Fri, 15 Jan 2016 20:43:05 +0000 (15:43 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 15 Jan 2016 20:43:27 +0000 (15:43 -0500)
root/scss/_blog.scss
root/single.php

index 006ce89..3108a19 100644 (file)
@@ -118,6 +118,9 @@ input[type="submit"].blogbutton {
     .entry-header {
         background: transparent;
     }
+    #addthis_wrapper {
+        margin-top: -25px;
+    }
     p {
         padding-bottom: 15px;
     }
index 9e01332..8f0d10d 100644 (file)
@@ -20,7 +20,7 @@
                                 <div id="addthis_wrapper">
                                     <!-- AddThis Button BEGIN -->
                                     <div class="addthis_toolbox addthis_default_style ">
-                                        <a class="addthis_counter addthis_pill_style"></a>
+                                        <a class="addthis_counter addthis_pill_style right"></a>
                                     </div>
                                     <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
                                     <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5135fe4558d287a9"></script>
@@ -28,7 +28,7 @@
                                 </div><!--/#addthis_wrapper-->
                                 <?php } ?>
                                 <?php echo the_content(); ?>
-                                <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+                                <footer class="entry-meta small-12 medium-10 center">
                                     <?php $post_categories = wp_get_post_categories( get_the_ID() );
                                     $cats = array();
                                     echo 'This entry was posted ';
@@ -55,6 +55,9 @@
                                     ?>
                                 </footer>
                             </article>
+                            <?php if ( comments_open() || get_comments_number() ) :
+                            comments_template();
+                            endif; ?>
                         </div><!--/.small-12 .columns-->
                     </div><!--/.row-->
                 </div><!--/.small-11 .small-centered .columns-->