fix bad refs
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jun 2018 12:53:48 +0000 (08:53 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jun 2018 12:53:48 +0000 (08:53 -0400)
should be https

parts/action-items.php
style.css

index ea190d2..6d7f72a 100644 (file)
@@ -7,15 +7,15 @@
         <img alt="Live Bridge Cam Image" src="<?php bloginfo('template_url'); ?>/assets/bridge-cams-lrg.jpg">
         <div class="content-container text-center" data-equalizer-watch>
             <div class="front-action-image-container">
-                <a class="front-action-image"  href="<?php echo get_permalink(645); ?>" style="background-image: url(http://mackinacbridge.org/images/MacBridge_image2_large.jpg);">    
+                <a class="front-action-image"  href="<?php echo get_permalink(645); ?>" style="background-image: url(https://www.mackinacbridge.org/images/MacBridge_image2_large.jpg);">
                 </a>
             </div>
             <div class="front-action-image-container">
-                <a class="front-action-image"  href="<?php echo get_permalink(645); ?>" style="background-image: url(http://mackinacbridge.org/images/MacBridge_image1_medium.jpg);">    
+                <a class="front-action-image"  href="<?php echo get_permalink(645); ?>" style="background-image: url(https://www.mackinacbridge.org/images/MacBridge_image1_medium.jpg);">
                 </a>
             </div>
             <div class="front-action-image-container">
-                <a class="front-action-image"  href="<?php echo get_permalink(645); ?>" style="background-image: url(http://mackinacbridge.org/images/MacBridge_image4_medium.jpg);">    
+                <a class="front-action-image"  href="<?php echo get_permalink(645); ?>" style="background-image: url(https://www.mackinacbridge.org/images/MacBridge_image4_medium.jpg);">
                 </a>
             </div>
             <!-- This commented out blog is how we were doing it before. It seems, given the requirements, that
@@ -29,4 +29,4 @@
             <a href="<?php echo get_permalink(645); ?>">Check out our views of the Bridge</a>
         </div>
     </div>
-</div>
\ No newline at end of file
+</div>
index ca726c3..62d1bb3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MackinacBridgeAuthority
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MackinacBridgeAuthority
-Version: 1.0.28
+Version: 1.0.29
 */