Skip to content

Commit b659550

Browse files
committed
http -> https
1 parent e329a17 commit b659550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
6-
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
6+
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
77
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
88
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
99
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
1010
<script type="text/javascript" src="{{ "/js/invitation_form.js" | prepend: site.baseurl }}"></script>
11-
</head>
11+
</head>

0 commit comments

Comments
 (0)