From 889c7150dc3a7fbd9992be0e71d3c1340bf21ea3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 6 Jun 2017 17:04:59 -0400 Subject: [PATCH] Making links use // instead of http to allow for ssl security --- index.php | 30 +++++++++++++++--------------- parts/header-meta.php | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) 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 -- 2.17.1