Skip to content

Commit

Permalink
fix(head, footer, keynote, post): change http into https
Browse files Browse the repository at this point in the history
  • Loading branch information
Duck1998 committed Oct 7, 2018
1 parent 908ee59 commit 8c52cb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

<!--fastClick.js -->
<script>
async("http://cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function(){
async("https://cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function(){
var $nav = document.querySelector("nav");
if($nav) FastClick.attach($nav);
})
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Custom Fonts -->
<!-- <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<!-- Hux change font-awesome CDN to qiniu -->
<link href="http://cdn.staticfile.org/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.staticfile.org/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">


<!-- Hux Delete, sad but pending in China
Expand Down
2 changes: 1 addition & 1 deletion _layouts/keynote.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h5>FRIENDS</h5>
</script>
<!-- anchor-js, Doc:http://bryanbraun.github.io/anchorjs/ -->
<script>
async("http://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){
async("https://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){
anchors.options = {
visible: 'always',
placement: 'right',
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h5>FRIENDS</h5>
</script>
<!-- anchor-js, Doc:http://bryanbraun.github.io/anchorjs/ -->
<script>
async("http://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){
async("https://cdn.bootcss.com/anchor-js/1.1.1/anchor.min.js",function(){
anchors.options = {
visible: 'always',
placement: 'right',
Expand Down

0 comments on commit 8c52cb9

Please sign in to comment.