From ff248d6a92f399f19551da495d1a41e66db1a175 Mon Sep 17 00:00:00 2001 From: mwinter Date: Wed, 26 Jan 2022 20:24:51 -0600 Subject: [PATCH] trying to fix mixed content problem --- views/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.jade b/views/layout.jade index 94c58bd..9efbf4f 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -10,8 +10,8 @@ html link(rel='stylesheet', href='//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css') - link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Alegreya Sans SC") - link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Montserrat") + link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Alegreya Sans SC") + link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Montserrat") script(src='//code.jquery.com/jquery-2.1.4.min.js')