From: Laury GvR Date: Tue, 6 Jun 2017 21:04:59 +0000 (-0400) Subject: Making links use // instead of http to allow for ssl security X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=889c7150dc3a7fbd9992be0e71d3c1340bf21ea3;p=WP-Themes%2Fcslewisfestival.git Making links use // instead of http to allow for ssl security --- diff --git a/index.php b/index.php index 1f2b075..f0e476f 100644 --- a/index.php +++ b/index.php @@ -7,28 +7,28 @@
@@ -36,7 +36,7 @@
- + \ No newline at end of file diff --git a/parts/header-meta.php b/parts/header-meta.php index 5c65121..daacc70 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - - + + \ No newline at end of file