Skip to content

Commit

Permalink
Merge pull request #101 from mwleeds/use-https
Browse files Browse the repository at this point in the history
Use HTTPS for all resources
  • Loading branch information
macfarlandian authored Aug 9, 2017
2 parents 0b61296 + 42aab76 commit c3a4094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src/_layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ html
ga('send', 'pageview');

script(src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js").
script(src='http://code.jquery.com/jquery-migrate-1.2.1.js')
script(src='https://code.jquery.com/jquery-migrate-1.2.1.js')
script(src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js").
script(src="//cdnjs.cloudflare.com/ajax/libs/d3/3.4.5/d3.min.js").

Expand Down Expand Up @@ -103,4 +103,4 @@ html
li
a(href="feedback.html") Give Feedback

link(href='http://fonts.googleapis.com/css?family=Arvo:400,700', rel='stylesheet', type='text/css')
link(href='https://fonts.googleapis.com/css?family=Arvo:400,700', rel='stylesheet', type='text/css')

0 comments on commit c3a4094

Please sign in to comment.