Skip to content

Commit

Permalink
Update assets to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink authored Apr 4, 2019
1 parent 2b8f838 commit b976168
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{% endif %}

<link rel="stylesheet" href="https://theme.thephpleague.com/css/all.css?2">
<link rel="stylesheet" href="/custom.css?1">
<link rel="stylesheet" href="https://glide.thephpleague.com/custom.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
</head>
<body>
Expand Down Expand Up @@ -118,9 +118,9 @@ <h2>{{ section[0] }}</h2>
<span>Site design by <a href="http://reinink.ca">Jonathan Reinink</a>.</span>
</footer>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//theme.thephpleague.com/js/scripts.js"></script>
<script src="/custom.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://theme.thephpleague.com/js/scripts.js"></script>
<script src="https://glide.thephpleague.com/custom.js"></script>

{% if site.data.project.google_analytics_tracking_id %}
<script>
Expand Down

0 comments on commit b976168

Please sign in to comment.