Better HTTPS support and FAB image fixes
This commit is contained in:
parent
8fe84b6ef7
commit
cdfccd1754
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ THE SOFTWARE.
|
|||
<?php
|
||||
}
|
||||
?>
|
||||
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,400italic,100,100italic,900' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Roboto:400,500,700,300,400italic,100,100italic,900' rel='stylesheet' type='text/css'>
|
||||
<link rel="shortcut icon" href="res/favicon.png">
|
||||
<link rel="stylesheet" href="./res/css/github-gist.css">
|
||||
<script src="./res/js/highlight.pack.js"></script>
|
||||
|
|
Reference in a new issue