mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix/links (#28)
* Fix missing https in `normalize.css` link * Fix http to https in jquery link
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
bfe0272bd7
commit
730f241f25
@@ -15,7 +15,7 @@
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://rawgithub.com/alvarotrigo/fullPage.js/master/jquery.fullPage.css" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://rawgithub.com/alvarotrigo/fullPage.js/master/jquery.fullPage.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -25,7 +25,7 @@
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
||||
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
|
||||
<link rel="stylesheet" href="{{ "css/style.min.css" | absURL }}">
|
||||
|
||||
<link rel="icon" type="image/png" href="{{ "/images/favicon-32x32.png" | absURL }}" sizes="32x32">
|
||||
|
||||
Reference in New Issue
Block a user