]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: clear mixed content warning
authorkball <kball@zendev.com>
Fri, 26 Jul 2019 17:13:09 +0000 (10:13 -0700)
committerkball <kball@zendev.com>
Fri, 26 Jul 2019 17:16:06 +0000 (10:16 -0700)
docs/pages/off-canvas.md

index 8efe29f57cd98807a37e052caa76847b2a9cd543..4685c0e02b95bd00e68e8e09b7e775d65ab27652 100644 (file)
@@ -220,7 +220,7 @@ The Off-canvas container requires a positioning class to determine which side of
       <!-- Your menu or Off-canvas content goes here -->
     </div>
     <div class="off-canvas-content" data-off-canvas-content>
-      <img src="http://placehold.it/300x300" class="" height="" width="" alt="">
+      <img src="https://placehold.it/300x300" class="" height="" width="" alt="">
     </div>
   </div>
 </div>