Skip to content

Commit

Permalink
fixed issue Huxpro#32 social media icons display issue by updating ht…
Browse files Browse the repository at this point in the history
…tp to https for font-awesome link
  • Loading branch information
Lanzhou committed Mar 20, 2021
1 parent 1b2d52c commit 74666ca
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 74666ca

Please sign in to comment.