diff options
Diffstat (limited to 'built-texts/templates/base.html')
-rw-r--r-- | built-texts/templates/base.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/built-texts/templates/base.html b/built-texts/templates/base.html index 397cda3..cbb901a 100644 --- a/built-texts/templates/base.html +++ b/built-texts/templates/base.html @@ -21,11 +21,11 @@ {% endif %} <!-- Le styles --> - <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.no-icons.min.css" rel="stylesheet"> + <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.no-icons.min.css" rel="stylesheet"> <link href="{{ SITEURL }}/theme/local.css" rel="stylesheet"> <link href="{{ SITEURL }}/theme/pygments.css" rel="stylesheet"> <link href="{{ SITEURL }}/theme/font-awesome.css" rel="stylesheet"> - <link href='http://fonts.googleapis.com/css?family=Gudea:400,400italic|Alegreya+SC' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Gudea:400,400italic|Alegreya+SC' rel='stylesheet' type='text/css'> {% endblock head %} </head> @@ -136,15 +136,15 @@ © {{ AUTHOR }} Powered by <a href="github.com/getpelican/pelican">Pelican</a> and <a href="https://twitter.github.com/bootstrap">Twitter Bootstrap</a>. - Icons by <a href="http://fortawesome.github.com/Font-Awesome">Font Awesome</a> and - <a href="http://gregoryloucas.github.com/Font-Awesome-More">Font Awesome More</a></p> + Icons by <a href="https://fortawesome.github.com/Font-Awesome">Font Awesome</a> and + <a href="https://gregoryloucas.github.com/Font-Awesome-More">Font Awesome More</a></p> </div> <!--end of well --> </div> <!--end of container --> <!--/footer--> -<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> -<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script> +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> +<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script> {% include "analytics.html" %} |