Skip to content

Commit b7083f7

Browse files
committed
Use https for jquery and google fonts
1 parent ec8d6ba commit b7083f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/mapnik.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<link href="/css/mapnik.css" rel="stylesheet" type="text/css" media="screen" />
1111
<link rel="alternate" type="application/atom+xml" href="atom.xml" title="Mapnik project news"/>
1212
<link rel="shortcut icon" href="/images/favicon.ico" />
13-
<link href='http://fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
13+
<link href='https://fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
1414

15-
<script src='http://code.jquery.com/jquery-2.1.4.js'></script>
15+
<script src='https://code.jquery.com/jquery-2.1.4.js'></script>
1616
<script src='/js/mapnik.js'></script>
1717
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
1818
<script src="/js/parallax.js"></script>

0 commit comments

Comments
 (0)